(ido-enable-prefix): Improve previous doc fix.

This commit is contained in:
Glenn Morris 2006-11-11 04:00:13 +00:00
parent 89be8f4ece
commit 29660eb7cb

View 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)