]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix map-into doc string example
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 22 Apr 2022 13:17:15 +0000 (15:17 +0200)
committerLars 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

index dea5b34991afe1851e893b064d3e55d7c404f63f..c53f253f87f21486e3be48f4de3b25770d956d81 100644 (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)