]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
authorNicolas Petton <nicolas@petton.fr>
Fri, 24 Apr 2015 17:33:18 +0000 (19:33 +0200)
committerNicolas Petton <nicolas@petton.fr>
Fri, 24 Apr 2015 17:33:18 +0000 (19:33 +0200)
lisp/emacs-lisp/map.el

index 087ab286ac33d1dbe94ed00af37eeab13904636f..3984b08c44e7037710cf51fe8eda2746119c002e 100644 (file)
@@ -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.