[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/org/org-clock.el,v
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/org/org-clock.el,v |
Date: |
Wed, 02 Jul 2008 13:27:19 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juanma Barranquero <lektu> 08/07/02 13:27:19
Index: org-clock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-clock.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- org-clock.el 17 Jun 2008 15:21:57 -0000 1.4
+++ org-clock.el 2 Jul 2008 13:27:18 -0000 1.5
@@ -55,7 +55,7 @@
(defcustom org-clock-out-when-done t
"When t, the clock will be stopped when the relevant entry is marked DONE.
-Nil means, clock will keep running until stopped explicitly with
+When nil, clock will keep running until stopped explicitly with
`C-c C-x C-o', or until the clock is started in a different item."
:group 'org-clock
:type 'boolean)
- [Emacs-diffs] Changes to emacs/lisp/org/org-clock.el,v,
Juanma Barranquero <=