From: Juanma Barranquero Date: Thu, 16 May 2002 11:57:22 +0000 (+0000) Subject: (gnus-mime-copy-part): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15038 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b9483facc8cd5d888e3b5705c9267c38e43643f;p=emacs.git (gnus-mime-copy-part): Fix typo. --- 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)))