diff lisp/ilisp/completer.no-fun.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/ilisp/completer.no-fun.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/ilisp/completer.no-fun.el	Mon Aug 13 09:02:59 2007 +0200
@@ -259,7 +259,7 @@
   "Return the best match of STRING in CHOICES with DELIMITERS between
 words and T if it is unique.  A match is unique if it is the only
 possibility or when USE-WORDS the only possibility with the same
-number of words.  The shortest string of multiple possibilities will be
+number of words.  The shortest string of multiple possiblities will be
 the best match."
   (or (if (null (cdr choices)) (cons (car choices) t))
       (let* ((regexp (concat "[^" delimiters "]*[" delimiters "]"))