aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-11-11 04:00:13 +0000
committerGlenn Morris2006-11-11 04:00:13 +0000
commit29660eb7cb1ac6ec24d20521cce51c07d9ec5f75 (patch)
tree16345e39296320ef2a1e80c91ebf110eca7ee4f2
parent89be8f4ece8261a3ca664f3cc4a3ae09d2c096c6 (diff)
downloademacs-29660eb7cb1ac6ec24d20521cce51c07d9ec5f75.tar.gz
emacs-29660eb7cb1ac6ec24d20521cce51c07d9ec5f75.zip
(ido-enable-prefix): Improve previous doc fix.
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 8e309a27099..b414dcec145 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -503,7 +503,7 @@ Value can be toggled within `ido' using `ido-toggle-regexp'."
503(defcustom ido-enable-prefix nil 503(defcustom ido-enable-prefix nil
504 "*Non-nil means only match if the entered text is a prefix of file name. 504 "*Non-nil means only match if the entered text is a prefix of file name.
505This behavior is like the standard emacs-completion. 505This behavior is like the standard emacs-completion.
506nil means to match if the entered text is an arbitrary substring. 506If nil, match if the entered text is an arbitrary substring.
507Value can be toggled within `ido' using `ido-toggle-prefix'." 507Value can be toggled within `ido' using `ido-toggle-prefix'."
508 :type 'boolean 508 :type 'boolean
509 :group 'ido) 509 :group 'ido)