summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-17 06:30:41 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-17 06:30:41 +0200
commitdbed53839136ef0e3f283599f51a5cef00343e28 (patch)
treee23d853fa6d459df095073abac75abe9a850a2aa /lisp/net/dictionary.el
parente2ccd358c9d5fe5896bab31ed4c1d5b1ad8262ce (diff)
parentf5218385c064aa959650bfe49ca32795270851eb (diff)
downloademacs-dbed53839136ef0e3f283599f51a5cef00343e28.tar.gz
emacs-dbed53839136ef0e3f283599f51a5cef00343e28.tar.bz2
emacs-dbed53839136ef0e3f283599f51a5cef00343e28.zip
Merge from origin/emacs-28
f5218385c0 Fix obsoletion of nntp-authinfo-file 10b6919870 ; Fix typos
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r--lisp/net/dictionary.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 31cc5035a3e..d0936150194 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -119,7 +119,7 @@ one dictionary yields matches."
"exact"
"The default strategy for listing matching words within a popup window.
-The following algorithm (defined by the dictd server) are supported
+The following algorithms (defined by the dictd server) are supported
by the choice value:
- Exact match
@@ -130,7 +130,7 @@ by the choice value:
The found word sounds similar to the searched word. For this match type
the soundex algorithm defined by Donald E. Knuth is used. It will only
- works with english words and the algorithm is not very reliable (i.e.,
+ work with English words and the algorithm is not very reliable (i.e.,
the soundex algorithm is quite simple).
- Levenshtein distance one