summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-04-05 22:05:47 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-04-05 22:05:47 +0200
commit6460e5342cb08578eb2fd22b086373bbc12a11d0 (patch)
tree5ea3cbbb57bff6fb1fb21663cee4fc64c5aaf697
parent309d5b43a7b65b5bda2e03067f8319845880ee54 (diff)
downloademacs-6460e5342cb08578eb2fd22b086373bbc12a11d0.tar.gz
lisp/help.el: Turn ChangeLog comment into source comment.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/help.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d68b49a837..69e20017750 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/help.el b/lisp/help.el
index bde2bf2e9ae..5e4c4ebaf61 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -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)