Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd22663b
Commit
cd22663b
authored
Jun 06, 2015
by
NicolasPetton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/map.el (map--dispatch): Better docstring.
parent
431fca48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/map.el
lisp/emacs-lisp/map.el
+2
-2
No files found.
lisp/emacs-lisp/map.el
View file @
cd22663b
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment