summaryrefslogtreecommitdiff
path: root/lisp/icomplete.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:41:53 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:41:53 +0000
commit4d4a42c0f447132861106f85ca1c0ad493a6c91c (patch)
treeecfad18f92dd19b4b4f728ef6bf661930b9f2955 /lisp/icomplete.el
parent5fd253c6d1c50bf24d59b781c601c037eb87cc77 (diff)
downloademacs-4d4a42c0f447132861106f85ca1c0ad493a6c91c.tar.gz
(icomplete-simple-completing-p, icomplete-completions):
Doc fix.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r--lisp/icomplete.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index ba734d6b145..a68807f02c1 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -129,7 +129,7 @@ Conditions are:
the selected window is a minibuffer,
and not in the middle of macro execution,
and minibuffer-completion-table is not a symbol (which would
- indicate some non-standard, non-simple completion mechansm,
+ indicate some non-standard, non-simple completion mechanism,
like file-name and other custom-func completions)."
(and (window-minibuffer-p (selected-window))
@@ -214,9 +214,9 @@ one of \(), \[], or \{} pairs. The choice of brackets is as follows:
\(...) - a single prospect is identified and matching is enforced,
\[...] - a single prospect is identified but matching is optional, or
\{...} - multiple prospects, separated by commas, are indicated, and
- further input is required to distingish a single one.
+ further input is required to distinguish a single one.
-The displays for disambiguous matches have ` [Matched]' appended
+The displays for unambiguous matches have ` [Matched]' appended
\(whether complete or not), or ` \[No matches]', if no eligible
matches exist."