]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-mime-copy-part): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 May 2002 11:57:22 +0000 (11:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 May 2002 11:57:22 +0000 (11:57 +0000)
lisp/gnus/gnus-art.el

index 5afe72d97e6639005e750b96bd4e6d5132d9001f..8efd757b9bce1dfee4b8d94ef00ab5f8853eec6b 100644 (file)
@@ -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)))