mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
Fix map-into doc string example
* lisp/emacs-lisp/map.el (map-into): Fix quote quoting in example.
This commit is contained in:
parent
93f87a3190
commit
16dfec3c4c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user