From e85055c9b1e81a2f953b248cbaa9061b99433a35 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 8 Feb 2016 17:49:34 -0500 Subject: [PATCH] * lisp/gnus/mm-decode.el (mm-alist-to-plist): Doc fix. --- lisp/gnus/mm-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 2171bad7f5d..c6cb6520255 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -552,7 +552,7 @@ into \(a 1 b 2 c 3) -The original alist is not modified. See also `destructive-alist-to-plist'." +The original alist is not modified." (let (plist) (while alist (let ((el (car alist))) -- 2.39.5