aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-05-16 11:57:22 +0000
committerJuanma Barranquero <[email protected]>2002-05-16 11:57:22 +0000
commit6b9483facc8cd5d888e3b5705c9267c38e43643f (patch)
tree56c78012c208fd8919f10836478b9d0172c88657 /lisp
parent4052e7bb0cc284b2ed3e502f8be08c804614c495 (diff)
(gnus-mime-copy-part): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-art.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 5afe72d97e..8efd757b9b 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)))