summaryrefslogtreecommitdiff
path: root/lisp/help.el
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 /lisp/help.el
parent309d5b43a7b65b5bda2e03067f8319845880ee54 (diff)
lisp/help.el: Turn ChangeLog comment into source comment.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el1
1 files changed, 1 insertions, 0 deletions
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)