emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dict-tree 1db3424 128/154: Fix quoting of ' in one docs


From: Stefan Monnier
Subject: [elpa] externals/dict-tree 1db3424 128/154: Fix quoting of ' in one docstring.
Date: Mon, 14 Dec 2020 12:21:59 -0500 (EST)

branch: externals/dict-tree
commit 1db3424999513d5419289bf1a6af9505d71a7d16
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Fix quoting of ' in one docstring.
---
 dict-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dict-tree.el b/dict-tree.el
index f6985d0..18a87b3 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -1926,7 +1926,7 @@ Note that if you don't care about the order in which 
FUNCTION is
 applied, just that the resulting list is in the correct order,
 then
 
-  (dictree-mapf function #'cons dict type (not reverse))
+  (dictree-mapf function #\\='cons dict type (not reverse))
 
 is more efficient."
   (nreverse (dictree-mapf function #'cons dict type reverse)))



reply via email to

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