From: Nicolas Petton Date: Fri, 24 Apr 2015 17:33:18 +0000 (+0200) Subject: * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring. X-Git-Tag: emacs-25.0.90~1873^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eea2e831381a7b33ecfcd1c4dfee725a917befd3;p=emacs.git * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring. --- 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.