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

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

[elpa] externals/trie e00ae36 058/111: Trivial docstring and comment fix


From: Stefan Monnier
Subject: [elpa] externals/trie e00ae36 058/111: Trivial docstring and comment fixes.
Date: Mon, 14 Dec 2020 11:35:20 -0500 (EST)

branch: externals/trie
commit e00ae36d55777520411f99ba874a5992ab4bb8f3
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Trivial docstring and comment fixes.
---
 trie.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trie.el b/trie.el
index b2ccc03..474fbad 100644
--- a/trie.el
+++ b/trie.el
@@ -889,7 +889,7 @@ FUNCTION is passed two arguments: an associative array, and 
the
 sequence it corresponds to.
 
 Optional argument TYPE (one of the symbols vector, lisp or
-string) sets the type of sequence passed to function. Defaults to
+string) sets the type of sequence passed to FUNCTION. Defaults to
 vector."
   (trie--mapc-internal function (trie--mapfun trie) (trie--root trie)
                       (cond ((eq type 'string) "")



reply via email to

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