From 6b9483facc8cd5d888e3b5705c9267c38e43643f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 May 2002 11:57:22 +0000 Subject: [PATCH] (gnus-mime-copy-part): Fix typo. --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5