From 68a38c2303cf6f7fa821679a5030776b903ea1d2 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 18 Jan 2004 03:15:25 +0000 Subject: [PATCH] (mm-delete-duplicates): Remove redundant space in docstring. --- lisp/gnus/mm-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.4.GIT