2001-05-16 Simon Josefsson <simon@josefsson.org>
authorSimon Josefsson <jas@extundo.com>
Wed, 16 May 2001 12:00:37 +0000 (12:00 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 16 May 2001 12:00:37 +0000 (12:00 +0000)
From Raymond Scholz <ray-2001@zonix.de>

* gnus-art.el (gnus-mime-view-part-as-charset):
(gnus-mime-internalize-part): Doc fixes.

lisp/ChangeLog
lisp/gnus-art.el

index b168cb7..8ee1ca3 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-16  Simon Josefsson  <simon@josefsson.org>
+       From Raymond Scholz <ray-2001@zonix.de>
+
+       * gnus-art.el (gnus-mime-view-part-as-charset): 
+       (gnus-mime-internalize-part): Doc fixes.
+
 2001-05-11  Simon Josefsson  <simon@josefsson.org>
 
        * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
index 5a8ab62..bab3c7a 100644 (file)
@@ -3475,7 +3475,8 @@ If ALL-HEADERS is non-nil, no headers are hidden."
        (goto-char b)))))
 
 (defun gnus-mime-view-part-as-charset (&optional handle arg)
-  "Insert the MIME part under point into the current buffer."
+  "Insert the MIME part under point into the current buffer using the
+specified charset."
   (interactive (list nil current-prefix-arg))
   (gnus-article-check-buffer)
   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
@@ -3510,7 +3511,7 @@ If ALL-HEADERS is non-nil, no headers are hidden."
 
 (defun gnus-mime-internalize-part (&optional handle)
   "View the MIME part under point with an internal viewer.
-In no internal viewer is available, use an external viewer."
+If no internal viewer is available, use an external viewer."
   (interactive)
   (gnus-article-check-buffer)
   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))