From eea2e831381a7b33ecfcd1c4dfee725a917befd3 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Fri, 24 Apr 2015 19:33:18 +0200 Subject: [PATCH] * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring. --- lisp/emacs-lisp/map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 087ab286ac..3984b08c44 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. -- 2.39.2