]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-info): Explain why we use `Info-goto-node'.
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 12 Dec 2009 11:53:27 +0000 (11:53 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 12 Dec 2009 11:53:27 +0000 (11:53 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 045cb221b2606018cc0ff77d379820ef658527ea..1816583d284af694e56bb4777809fb82d4a4e9ee 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-info): Explain why we use `Info-goto-node'.
+
 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-completion-in-region): New compatibility function.
index eccb27296e3721cde16a7402aadbf2639c7a9686..8726614b67896ac8bc4175ae8d8ffbe1656d3b1a 100644 (file)
@@ -2552,7 +2552,8 @@ Prefixed with one \\[universal-argument], display the Emacs MIME
 manual.  With two \\[universal-argument]'s, display the EasyPG or
 PGG manual, depending on the value of `mml2015-use'."
   (interactive "p")
-  ;; Why not `info', which is in loaddefs.el?
+  ;; Don't use `info' because support for `(filename)nodename' is not
+  ;; available in XEmacs < 21.5.12.
   (Info-goto-node (format "(%s)Top"
                          (cond ((eq arg 16)
                                 (require 'mml2015)