branch: externals/trie
commit e00ae36d55777520411f99ba874a5992ab4bb8f3
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
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) "")