From: Glenn Morris Date: Sat, 11 Nov 2006 04:00:13 +0000 (+0000) Subject: (ido-enable-prefix): Improve previous doc fix. X-Git-Tag: emacs-pretest-22.0.91~145 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/29660eb7cb1ac6ec24d20521cce51c07d9ec5f75 (ido-enable-prefix): Improve previous doc fix. --- diff --git a/lisp/ido.el b/lisp/ido.el index 8e309a2709..b414dcec14 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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)