Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] doc-string fix gnus-article-view-part-as-charset
@ 2003-09-29 18:21 Norbert Koch
  2003-09-29 19:05 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Norbert Koch @ 2003-09-29 18:21 UTC (permalink / raw)


Hi!

Gnus v5.10.3
21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid

I've trouble getting K C to work, ie I don't see nothing in the
buffer.  During the search for a reason I've stumbled across a wrong
doc-string for gnus-article-view-part-as-charset (copy-paste'o).
Here's a possible fix.

norbert.


2003-09-29  Norbert Koch  <viteno@xemacs.org>

	* gnus-art.el (gnus-article-view-part-as-charset): Fix doc-string


Index: gnus-art.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-art.el,v
retrieving revision 6.366
diff -u -u -r6.366 gnus-art.el
--- gnus-art.el	18 Sep 2003 03:22:26 -0000	6.366
+++ gnus-art.el	29 Sep 2003 18:14:22 -0000
@@ -4339,7 +4339,8 @@
   (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, a numerical prefix, in the current buffer
+using a specified charset."
   (interactive "p")
   (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset))



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc-string fix gnus-article-view-part-as-charset
  2003-09-29 18:21 [PATCH] doc-string fix gnus-article-view-part-as-charset Norbert Koch
@ 2003-09-29 19:05 ` Reiner Steib
  2003-09-29 19:50   ` Norbert Koch
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2003-09-29 19:05 UTC (permalink / raw)


On Mon, Sep 29 2003, Norbert Koch wrote:

>  (defun gnus-article-view-part-as-charset (n)
> -  "Copy MIME part N, which is the numerical prefix."
> +  "View MIME part N, a numerical prefix, in the current buffer
> +using a specified charset."

The first line should be a complete sentence.  I'll change it to

  "View MIME part N using a specified charset.
N is the numerical prefix."

unless anybody objects.  WDYT?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc-string fix gnus-article-view-part-as-charset
  2003-09-29 19:05 ` Reiner Steib
@ 2003-09-29 19:50   ` Norbert Koch
  0 siblings, 0 replies; 3+ messages in thread
From: Norbert Koch @ 2003-09-29 19:50 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> unless anybody objects.  WDYT?

No objections.  I simply took it from the lower level mime function.

norbert.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-29 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 18:21 [PATCH] doc-string fix gnus-article-view-part-as-charset Norbert Koch
2003-09-29 19:05 ` Reiner Steib
2003-09-29 19:50   ` Norbert Koch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).