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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue