2001-11-07 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Wed, 7 Nov 2001 18:40:59 +0000 (18:40 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 7 Nov 2001 18:40:59 +0000 (18:40 +0000)
* gnus-art.el (gnus-treat-highlight-signature): Add cross
reference to the correct chapter in the manual.

* mml.el (mml-mode): Add cross reference to Emacs MIME manual.
Suggested by "Golubev I. N." <gin@mo.msk.ru>.

lisp/ChangeLog
lisp/gnus-art.el
lisp/mml.el

index 3e2354a..82c7372 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-07  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (gnus-treat-highlight-signature): Add cross
+       reference to the correct chapter in the manual.
+
+       * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
+       Suggested by "Golubev I. N." <gin@mo.msk.ru>.
+
 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mml.el (mml-preview): Bind mail-header-separator.
index 6bc1a2c..1b9cdd4 100644 (file)
@@ -794,7 +794,7 @@ used."
 (defcustom gnus-treat-highlight-signature '(or last (typep "text/x-vcard"))
   "Highlight the signature.
 Valid values are nil, t, `head', `last', an integer or a predicate.
-See the manual for details."
+See Info node `(gnus)Customizing Articles'."
   :group 'gnus-article-treat
   :type gnus-article-treat-custom)
 (put 'gnus-treat-highlight-signature 'highlight t)
index 436495a..9b28344 100644 (file)
@@ -746,6 +746,8 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
 
 (defun mml-mode (&optional arg)
   "Minor mode for editing MML.
+MML is the MIME Meta Language, a minor mode for composing MIME articles.
+See Info node `(emacs-mime)Composing'.
 
 \\{mml-mode-map}"
   (interactive "P")