[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 5e2ae74: * lisp/emacs-lisp/map.el (map-put): Fix re
From: |
Tino Calancha |
Subject: |
[Emacs-diffs] master 5e2ae74: * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring. |
Date: |
Mon, 17 Jul 2017 09:01:25 -0400 (EDT) |
branch: master
commit 5e2ae74df54d4090c591c79ab13e7713c6654b9c
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>
* 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 31ba075..e098eef 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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 5e2ae74: * lisp/emacs-lisp/map.el (map-put): Fix redundancy in docstring.,
Tino Calancha <=