(message-info): Explain why we use `Info-goto-node'.
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 12 Dec 2009 11:56:20 +0000 (11:56 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 12 Dec 2009 11:56:20 +0000 (11:56 +0000)
lisp/ChangeLog
lisp/message.el

index 0b7f15b..3971922 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  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
index 4026694..6e15b4f 100644 (file)
@@ -2514,7 +2514,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)