summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/map.el
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2015-04-24 19:33:18 +0200
committerNicolas Petton <nicolas@petton.fr>2015-04-24 19:33:18 +0200
commiteea2e831381a7b33ecfcd1c4dfee725a917befd3 (patch)
treeb2f4260e882467e82517d6bdcc941d7a0536b4ec /lisp/emacs-lisp/map.el
parentd75151a671dcdc1cac8c6ab1a47520bae4872d70 (diff)
downloademacs-eea2e831381a7b33ecfcd1c4dfee725a917befd3.tar.gz
* lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
Diffstat (limited to 'lisp/emacs-lisp/map.el')
-rw-r--r--lisp/emacs-lisp/map.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index 087ab286ac3..3984b08c44e 100644
--- a/lisp/emacs-lisp/map.el
+++ b/lisp/emacs-lisp/map.el
@@ -206,7 +206,7 @@ ARGS should have the form [TYPE FORM]...
The following keyword types are meaningful: `:list',
`:hash-table' and `array'.
-An error is thrown if MAP is neither a list, hash-table or array.
+An error is thrown if MAP is neither a list, hash-table nor array.
Return RESULT if non-nil or the result of evaluation of the
form.