Mercurial > emacs
changeset 73909:9a271b9a8284
(ido-enable-prefix): Improve previous doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 11 Nov 2006 04:00:13 +0000 |
parents | b8be15ddb21d |
children | e9b3186ac360 |
files | lisp/ido.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ido.el Sat Nov 11 01:00:10 2006 +0000 +++ b/lisp/ido.el Sat Nov 11 04:00:13 2006 +0000 @@ -503,7 +503,7 @@ (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)