changeset 13989:d60fffb9acd1

(icomplete-simple-completing-p, icomplete-completions): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:41:53 +0000
parents 118f028ac3dd
children 155a595b6083
files lisp/icomplete.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/icomplete.el	Thu Jan 04 23:40:30 1996 +0000
+++ b/lisp/icomplete.el	Thu Jan 04 23:41:53 1996 +0000
@@ -129,7 +129,7 @@
    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 @@
   \(...) - 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."