Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 12 Dec 2001 06:15:36 +0000 (06:15 +0000)
committeryamaoka <yamaoka>
Wed, 12 Dec 2001 06:15:36 +0000 (06:15 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 41d1eb0..aadc8d7 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 bf1cbdd..a335578 100644 (file)
@@ -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)