aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]...
206The following keyword types are meaningful: `:list', 206The following keyword types are meaningful: `:list',
207`:hash-table' and `array'. 207`:hash-table' and `array'.
208 208
209An error is thrown if MAP is neither a list, hash-table or array. 209An error is thrown if MAP is neither a list, hash-table nor array.
210 210
211Return RESULT if non-nil or the result of evaluation of the 211Return RESULT if non-nil or the result of evaluation of the
212form. 212form.