]> code.delx.au - gnu-emacs/commitdiff
(ido-enable-prefix): Improve previous doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:00:13 +0000 (04:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Nov 2006 04:00:13 +0000 (04:00 +0000)
lisp/ido.el

index 8e309a27099219ed36442e380ff75ce5caee214c..b414dcec145e91fb5b103e7c6faf153a01d5181e 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.
+If nil, match if the entered text is an arbitrary substring.
 Value can be toggled within `ido' using `ido-toggle-prefix'."
   :type 'boolean
   :group 'ido)