]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/help.el: Turn ChangeLog comment into source comment.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Apr 2010 20:05:47 +0000 (22:05 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 5 Apr 2010 20:05:47 +0000 (22:05 +0200)
lisp/ChangeLog
lisp/help.el

index 0d68b49a83789bd2f444259be1e2e2934240fe0b..69e2001775013f48da9be458ea43994d07794ef5 100644 (file)
@@ -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>
 
index bde2bf2e9aedfb58a3726dcce18fc7b3d639ffb6..5e4c4ebaf61c98da7d338785ec7de25fb0d930af 100644 (file)
@@ -873,6 +873,7 @@ whose documentation describes the minor mode."
               (add-text-properties start (point) '(face bold)))))
        (princ " mode:\n")
        (princ (documentation major-mode)))))
+  ;; For the sake of IELM and maybe others
   nil)