]> code.delx.au - gnu-emacs/blobdiff - lisp/ido.el
(ido-enable-prefix): Improve previous doc fix.
[gnu-emacs] / lisp / ido.el
index 933177f5f22c978628ef99355955fb5a6d0b6d63..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)