diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 11:57:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-05-16 11:57:22 +0000 |
commit | 6b9483facc8cd5d888e3b5705c9267c38e43643f (patch) | |
tree | 56c78012c208fd8919f10836478b9d0172c88657 /lisp/gnus/gnus-art.el | |
parent | 4052e7bb0cc284b2ed3e502f8be08c804614c495 (diff) | |
download | emacs-6b9483facc8cd5d888e3b5705c9267c38e43643f.tar.gz |
(gnus-mime-copy-part): Fix typo.
Diffstat (limited to 'lisp/gnus/gnus-art.el')
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 5afe72d97e6..8efd757b9bc 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -3066,7 +3066,7 @@ If ALL-HEADERS is non-nil, no headers are hidden." (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))) |