# HG changeset patch # User Juanma Barranquero # Date 1270497947 -7200 # Node ID 3b312d7aa88e1e36d9e07fc466fc0008d41079da # Parent 2acfb2283ceccc4d48c691aee34832c3786fddb7 lisp/help.el: Turn ChangeLog comment into source comment. diff -r 2acfb2283cec -r 3b312d7aa88e lisp/ChangeLog --- 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 - * help.el (describe-mode): Return nil (for IELM's sake). + * help.el (describe-mode): Return nil. 2010-04-04 John Wiegley diff -r 2acfb2283cec -r 3b312d7aa88e lisp/help.el --- 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)