]> code.delx.au - gnu-emacs/commitdiff
(ido-enable-prefix): Doc fix (Nil -> nil).
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:09:08 +0000 (09:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Nov 2006 09:09:08 +0000 (09:09 +0000)
lisp/ido.el

index 933177f5f22c978628ef99355955fb5a6d0b6d63..8e309a27099219ed36442e380ff75ce5caee214c 100644 (file)
@@ -503,7 +503,7 @@ Value can be toggled within `ido' using `ido-toggle-regexp'."
 (defcustom ido-enable-prefix nil
   "*Non-nil means only match if the entered text is a prefix of file name.
 This behavior is like the standard emacs-completion.
-Nil means to match if the entered text is an arbitrary substring.
+nil means to match if the entered text is an arbitrary substring.
 Value can be toggled within `ido' using `ido-toggle-prefix'."
   :type 'boolean
   :group 'ido)