From 2a37a10ad2dcce7b9b6760757a2ad7987781b983 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Tue, 30 Sep 2003 18:30:00 +0000 Subject: [PATCH] (gnus-article-view-part-as-charset): Doc fix, suggested by Norbert Koch . --- lisp/ChangeLog | 5 +++++ lisp/gnus-art.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97ef3a742..a0f99ff14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-30 Reiner Steib + + * gnus-art.el (gnus-article-view-part-as-charset): Doc fix, + suggested by Norbert Koch . + 2003-09-29 Katsumi Yamaoka * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09 diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index a3524bd29..a254d7e50 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -4339,7 +4339,8 @@ If no internal viewer is available, use an external viewer." (gnus-article-part-wrapper n 'gnus-mime-copy-part)) (defun gnus-article-view-part-as-charset (n) - "Copy MIME part N, which is the numerical prefix." + "View MIME part N using a specified charset. +N is the numerical prefix." (interactive "p") (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset)) -- 2.25.1