aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorBastien Guerry <[email protected]>2011-08-28 10:31:04 +0200
committerBastien Guerry <[email protected]>2011-08-28 10:31:04 +0200
commitd6b9407c0c01fa68694f304b1422a790a805bfb2 (patch)
tree1ea381e3b573e9acdfb79ce82a5177960ead0faa /lisp/org
parent27de4e2048fbf2b3df2328faa5594f00f587ac01 (diff)
A few cosmetic fixes in lisp/org/ChangeLog.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 9c0c62ccdf..1c58b8a9a7 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1047,21 +1047,21 @@
2011-07-28 Achim Gratz <[email protected]>
- * org.el (defcustom org-log-into-drawer): correct typo.
+ * org.el (org-log-into-drawer): Correct typo.
* org-clock.el (org-clock-into-drawer): New function to change the
location of clock events based on properties CLOCK_INTO_DRAWER or,
as fallback, LOG_INTO_DRAWER, like it is already possible for
state change logs.
- * org-clock.el (org-clock-jump-to-current-clock): add statement to
- let clause to bind org-clock-into-drawer to result of function
- eval
+ * org-clock.el (org-clock-jump-to-current-clock): Add statement to
+ let clause to bind `org-clock-into-drawer' to result of function
+ eval.
- * org-clock.el (org-clock-find-position): add statement to let
- clause to bind org-clock-into-drawer to result of function eval,
+ * org-clock.el (org-clock-find-position): Add statement to let
+ clause to bind `org-clock-into-drawer' to result of function eval,
change let to let* since the binding is used later in the same
- clause
+ clause.
2011-07-28 Eric Schulte <[email protected]>