diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-09-11 22:50:22 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-09-11 22:50:22 +0000 |
commit | 0afb49a1bf4435b06d1296ecf00fd032da386cd6 (patch) | |
tree | 4e8ab6959c99530b7db9d19e7de37bed8ae96ca4 /lisp/gnus/gnus-msg.el | |
parent | 20f53c697985dffdec6a29a2f8b0aa6fa5ee820a (diff) | |
download | emacs-0afb49a1bf4435b06d1296ecf00fd032da386cd6.tar.gz |
Merge changes made in Gnus trunk.
gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
(Finding the News): Doc clarification.
(Terminology): Mention naming.
gnus-group.el (gnus-group-list-limit): Explain what the command does.
gnus-sum.el (gnus-fetch-headers): Bump message level.
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r-- | lisp/gnus/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index d60c7165abd..e6a06a0500d 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1225,7 +1225,7 @@ if ARG is 3, decode message and forward as an rfc822 MIME section; if ARG is 4, forward message directly inline; otherwise, use flipped `message-forward-as-mime'. If POST, post instead of mail. -For the `inline' alternatives, also see the variable +For the \"inline\" alternatives, also see the variable `message-forward-ignored-headers'." (interactive "P") (if (cdr (gnus-summary-work-articles nil)) |