emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99830: lisp/help.el: Turn ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99830: lisp/help.el: Turn ChangeLog comment into source comment.
Date: Mon, 05 Apr 2010 22:05:47 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99830
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2010-04-05 22:05:47 +0200
message:
  lisp/help.el: Turn ChangeLog comment into source comment.
modified:
  lisp/ChangeLog
  lisp/help.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-05 10:36:45 +0000
+++ b/lisp/ChangeLog    2010-04-05 20:05:47 +0000
@@ -1,6 +1,6 @@
 2010-04-05  Juanma Barranquero  <address@hidden>
 
-       * help.el (describe-mode): Return nil (for IELM's sake).
+       * help.el (describe-mode): Return nil.
 
 2010-04-04  John Wiegley  <address@hidden>
 

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2010-04-05 10:36:45 +0000
+++ b/lisp/help.el      2010-04-05 20:05:47 +0000
@@ -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)
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]