changeset 107783:3b312d7aa88e

lisp/help.el: Turn ChangeLog comment into source comment.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 05 Apr 2010 22:05:47 +0200
parents 2acfb2283cec
children 45b05d993766 31459e4835b5
files lisp/ChangeLog lisp/help.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 05 12:36:45 2010 +0200
+++ b/lisp/ChangeLog	Mon Apr 05 22:05:47 2010 +0200
@@ -1,6 +1,6 @@
 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
 
-	* help.el (describe-mode): Return nil (for IELM's sake).
+	* help.el (describe-mode): Return nil.
 
 2010-04-04  John Wiegley  <jwiegley@gmail.com>
 
--- a/lisp/help.el	Mon Apr 05 12:36:45 2010 +0200
+++ b/lisp/help.el	Mon Apr 05 22:05:47 2010 +0200
@@ -873,6 +873,7 @@
               (add-text-properties start (point) '(face bold)))))
 	(princ " mode:\n")
 	(princ (documentation major-mode)))))
+  ;; For the sake of IELM and maybe others
   nil)