summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/map.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/map.el')
-rw-r--r--lisp/emacs-lisp/map.el2
1 files changed, 0 insertions, 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))