From: yamaoka Date: Wed, 12 Dec 2001 06:15:36 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_4-09-quimby-last-~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee912476a6adc5f01ddf331e0fc20f912b31a47a;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41d1eb0..aadc8d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-12-12 00:00:00 ShengHuo ZHU + + * gnus-sum.el (gnus-summary-show-article): Fix doc. + 2001-12-10 17:00:00 ShengHuo ZHU * mml.el (mime-to-mml): Remove Content-Disposition too. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index bf1cbdd..a335578 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -8013,12 +8013,13 @@ to save in." (ps-despool filename)) (defun gnus-summary-show-article (&optional arg) - "Force re-fetching of the current article. + "Force redisplaying of the current article. If ARG (the prefix) is a number, show the article with the charset defined in `gnus-summary-show-article-charset-alist', or the charset input. If ARG (the prefix) is non-nil and not a number, show the raw article -without any article massaging functions being run." +without any article massaging functions being run. Normally, the key strokes +are `C-u g'." (interactive "P") (cond ((numberp arg)