Mercurial > emacs
changeset 45317:da1c26da109e
(gnus-mime-copy-part): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 May 2002 11:57:22 +0000 |
parents | d47193939dda |
children | b80d723ad7cc |
files | lisp/gnus/gnus-art.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el Thu May 16 11:53:41 2002 +0000 +++ b/lisp/gnus/gnus-art.el Thu May 16 11:57:22 2002 +0000 @@ -3066,7 +3066,7 @@ (mm-handle-id handle))))) (defun gnus-mime-copy-part (&optional handle) - "Put the the MIME part under point into a new buffer." + "Put the MIME part under point into a new buffer." (interactive) (gnus-article-check-buffer) (let* ((handle (or handle (get-text-property (point) 'gnus-data)))