From: Luc Teirlinck Date: Sun, 18 Jan 2004 03:15:25 +0000 (+0000) Subject: (mm-delete-duplicates): Remove redundant space in docstring. X-Git-Tag: ttn-vms-21-2-B4~7905 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68a38c2303cf6f7fa821679a5030776b903ea1d2;p=emacs.git (mm-delete-duplicates): Remove redundant space in docstring. --- diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index 0fbf90a8074..435deaaa875 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -454,7 +454,7 @@ If the charset is `composition', return the actual one." (mm-mule-charset-to-mime-charset charset))) (defun mm-delete-duplicates (list) - "Simple substitute for CL `delete-duplicates', testing with `equal'." + "Simple substitute for CL `delete-duplicates', testing with `equal'." (let (result head) (while list (setq head (car list))