emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 16dfec3c4c: Fix map-into doc string example


From: Lars Ingebrigtsen
Subject: master 16dfec3c4c: Fix map-into doc string example
Date: Fri, 22 Apr 2022 09:17:34 -0400 (EDT)

branch: master
commit 16dfec3c4ccafb2ec7b9a428fb2730ca8f0202fd
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix map-into doc string example
    
    * lisp/emacs-lisp/map.el (map-into): Fix quote quoting in example.
---
 lisp/emacs-lisp/map.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index dea5b34991..c53f253f87 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]