projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f87a3
)
Fix map-into doc string example
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 22 Apr 2022 13:17:15 +0000
(15:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 22 Apr 2022 13:17:15 +0000
(15:17 +0200)
* lisp/emacs-lisp/map.el (map-into): Fix quote quoting in example.
lisp/emacs-lisp/map.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/map.el
b/lisp/emacs-lisp/map.el
index dea5b34991afe1851e893b064d3e55d7c404f63f..c53f253f87f21486e3be48f4de3b25770d956d81 100644
(file)
--- a/
lisp/emacs-lisp/map.el
+++ b/
lisp/emacs-lisp/map.el
@@
-540,7
+540,7
@@
TYPE is a list whose car is `hash-table' and cdr a list of
keyword-args forwarded to `make-hash-table'.
Example:
- (map-into
'((1 . 3))
'(hash-table :test eql))"
+ (map-into
\\='((1 . 3)) \\=
'(hash-table :test eql))"
(map--into-hash map (cdr type)))
(defun map--make-pcase-bindings (args)