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

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

[elpa] externals/dict-tree a256974 086/154: Minor typo-fixes in docstrin


From: Stefan Monnier
Subject: [elpa] externals/dict-tree a256974 086/154: Minor typo-fixes in docstrings.
Date: Mon, 14 Dec 2020 12:21:50 -0500 (EST)

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

    Minor typo-fixes in docstrings.
---
 dict-tree.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dict-tree.el b/dict-tree.el
index 05c1d5d..2c2df2d 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -699,7 +699,7 @@ specifying the corresponding cache thresholds.
 CACHE-UPDATE-POLICY should be a symbol ('synchronize or 'delete),
 which determines how the caches are updated when data is inserted
 or deleted. The former updates tainted cache entries, which makes
-queries faster but insertion and deleteion slower, whereas the
+queries faster but insertion and deletion slower, whereas the
 latter deletes any tainted cache entries, which makes queries
 slower but insertion and deletion faster.
 
@@ -860,7 +860,7 @@ in DICTIONARY-LIST.
 COMBINE-FUNCTION is used to combine data from different
 dictionaries. It is passed two pieces of data, each an
 association of the same key, but in different dictionaries. It
-should return a combined data.
+should return a combined datum.
 
 The other arguments are as for `dictree-create'. Note that
 caching is only possible if NAME is supplied, otherwise the
@@ -2391,7 +2391,7 @@ filter function returns nil, the match is not included in 
the
 results, and does not count towards MAXNUM.
 
 RESULTFUN defines a function used to process results before
-adding them to the final result list. If specified, t should
+adding them to the final result list. If specified, it should
 accept two arguments: a key and its associated data. It's return
 value is what gets added to the final result list, instead of the
 default key-data cons cell."



reply via email to

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