summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Jadi <gjadi@omecha.info>2018-03-29 08:29:55 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-29 22:18:36 +0200
commit452f4d85275d2fb5edcbc7fa447d1c0d417ceda9 (patch)
tree9a3690d19158dd014c8f46accc731de6af4b1940
parent00386b4924db7fa3bdabc5d85bd2da134df8bfac (diff)
downloadorg-mode-452f4d85275d2fb5edcbc7fa447d1c0d417ceda9.tar.gz
org-manual: Fix typo in variable name
-rw-r--r--doc/org-manual.org4
-rw-r--r--doc/org.texi4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index c83de6a..1da4fe1 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -6399,7 +6399,7 @@ prompted about what to do with it.
#+cindex: @samp{CLOCK_MODELINE_TOTAL}, property
#+cindex: @samp{LAST_REPEAT}, property
- #+vindex: org-clock-modeline-total
+ #+vindex: org-clock-mode-line-total
#+vindex: org-clock-in-prepare-hook
While the clock is running, Org shows the current clocking time
in the mode line, along with the title of the task. The clock
@@ -21023,7 +21023,7 @@ this to ~org-clock-in-prepare-hook~.
[fn:73] The last reset of the task is recorded by the =LAST_REPEAT=
property.
-[fn:74] See also the variable ~org-clock-modeline-total~.
+[fn:74] See also the variable ~org-clock-mode-line-total~.
[fn:75] The corresponding in-buffer setting is: =#+STARTUP:
lognoteclock-out=.
diff --git a/doc/org.texi b/doc/org.texi
index b0b5c5d..c501374 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7065,7 +7065,7 @@ clock stopped.
@cindex @samp{CLOCK_MODELINE_TOTAL}, property
@cindex @samp{LAST_REPEAT}, property
-@vindex org-clock-modeline-total
+@vindex org-clock-mode-line-total
@vindex org-clock-in-prepare-hook
While the clock is running, Org shows the current clocking time
in the mode line, along with the title of the task. The clock
@@ -7079,7 +7079,7 @@ the @samp{CLOCK_MODELINE_TOTAL} property. It may have the values
@samp{current} to show only the current clocking instance, @samp{today} to
show all time clocked on this tasks today---see also the
variable @code{org-extend-today-until}, @code{all} to include all time, or
-@code{auto} which is the default@footnote{See also the variable @code{org-clock-modeline-total}.}. Clicking with
+@code{auto} which is the default@footnote{See also the variable @code{org-clock-mode-line-total}.}. Clicking with
@kbd{mouse-1} onto the mode line entry pops up a menu with
clocking options.