2001-12-12 00:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 12 Dec 2001 05:51:27 +0000 (05:51 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 12 Dec 2001 05:51:27 +0000 (05:51 +0000)
* gnus-sum.el (gnus-summary-show-article): Fix doc.

lisp/ChangeLog
lisp/gnus-sum.el

index 6cd484b..fe6ede4 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-sum.el (gnus-summary-show-article): Fix doc.
+
 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mml.el (mime-to-mml): Remove Content-Disposition too.
index c03163d..8bd1795 100644 (file)
@@ -7872,12 +7872,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)