1
0
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:
Lars Ingebrigtsen 2022-04-22 15:17:15 +02:00
parent 93f87a3190
commit 16dfec3c4c

View File

@ -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)