# HG changeset patch # User Glenn Morris # Date 1163217613 0 # Node ID 9a271b9a828492250615d581c992c69f5b8c0c53 # Parent b8be15ddb21d42d04691507002f1eeb0e3d6f1d0 (ido-enable-prefix): Improve previous doc fix. diff -r b8be15ddb21d -r 9a271b9a8284 lisp/ido.el --- 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)