emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] map eea2e83 4/4: * lisp/emacs-lisp/map.el (map--dispatch):


From: Nicolas Petton
Subject: [Emacs-diffs] map eea2e83 4/4: * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
Date: Fri, 24 Apr 2015 17:40:28 +0000

branch: map
commit eea2e831381a7b33ecfcd1c4dfee725a917befd3
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * lisp/emacs-lisp/map.el (map--dispatch): Improve the docstring.
---
 lisp/emacs-lisp/map.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index 087ab28..3984b08 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]