(ido-enable-prefix): Improve previous doc fix.
This commit is contained in:
parent
89be8f4ece
commit
29660eb7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue