From: Juanma Barranquero Date: Mon, 5 Apr 2010 20:05:47 +0000 (+0200) Subject: lisp/help.el: Turn ChangeLog comment into source comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6460e5342cb08578eb2fd22b086373bbc12a11d0;p=emacs.git lisp/help.el: Turn ChangeLog comment into source comment. --- 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 - * help.el (describe-mode): Return nil (for IELM's sake). + * help.el (describe-mode): Return nil. 2010-04-04 John Wiegley 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)