From: Bastien Guerry <bastien1@free.fr>
Date: Sun, 28 Aug 2011 08:31:04 +0000 (+0200)
Subject: A few cosmetic fixes in lisp/org/ChangeLog.
X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~50
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6b9407c0c01fa68694f304b1422a790a805bfb2;p=emacs.git

A few cosmetic fixes in lisp/org/ChangeLog.
---

diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 9c0c62ccdf6..1c58b8a9a7f 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1047,21 +1047,21 @@
 
 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
 
-	* 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  <schulte.eric@gmail.com>