branch: externals/dict-tree commit 18ede825a6664231fbc2381823f3782e56143ee8 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
Fixed minor spelling errors in docstrings. --- dict-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dict-tree.el b/dict-tree.el index fd769fd..ac486f8 100644 --- a/dict-tree.el +++ b/dict-tree.el @@ -3204,7 +3204,7 @@ is the prefix argument." "Populate dictionary DICT from the key list in file FILE. Each line of FILE should contain a key, either a string -\(delimeted by \"\), a vector, or a list. (Use the escape +\(delimited by \"\), a vector, or a list. (Use the escape sequence \\\" to include a \" in a string.) If a line does not contain a key, it is silently ignored.