From 5e2ae74df54d4090c591c79ab13e7713c6654b9c Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Mon, 17 Jul 2017 22:01:17 +0900 Subject: [PATCH] * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring. --- lisp/emacs-lisp/map.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 31ba075c40f..e098eef8294 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el @@ -130,8 +130,6 @@ MAP can be a list, hash-table or array." If KEY is already present in MAP, replace the associated value with VALUE. When MAP is a list, test equality with TESTFN if non-nil, otherwise use `eql'. -TESTFN, if non-nil, means use its function definition instead of -`eql'. MAP can be a list, hash-table or array." `(setf (map-elt ,map ,key nil ,testfn) ,value)) -- 2.39.5