emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cd22663 3/3: * lisp/emacs-lisp/map.el (map--dispatc


From: Nicolas Petton
Subject: [Emacs-diffs] master cd22663 3/3: * lisp/emacs-lisp/map.el (map--dispatch): Better docstring.
Date: Fri, 05 Jun 2015 23:26:55 +0000

branch: master
commit cd22663b8521f2cc34b260fc097e189428535b29
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

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

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index b59ad63..b332cf4 100644
--- a/lisp/emacs-lisp/map.el
+++ b/lisp/emacs-lisp/map.el
@@ -64,13 +64,13 @@ can be a list, hash-table or array."
      ,@body))
 
 (defmacro map--dispatch (spec &rest args)
-  "Evaluate one of the provided forms depending on the type of MAP.
+  "Evaluate one of the forms specified by ARGS based on the type of MAP.
 
 SPEC can be a map or a list of the form (VAR MAP [RESULT]).
 ARGS should have the form [TYPE FORM]...
 
 The following keyword types are meaningful: `:list',
-`:hash-table' and `array'.
+`:hash-table' and `:array'.
 
 An error is thrown if MAP is neither a list, hash-table nor array.
 



reply via email to

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