From: Glenn Morris Date: Fri, 10 Nov 2006 09:09:08 +0000 (+0000) Subject: (ido-enable-prefix): Doc fix (Nil -> nil). X-Git-Tag: emacs-pretest-22.0.91~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a697536d3aeda96e34a90d47736b4ae9085defa6;p=emacs.git (ido-enable-prefix): Doc fix (Nil -> nil). --- diff --git a/lisp/ido.el b/lisp/ido.el index 933177f5f22..8e309a27099 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. +nil means to match if the entered text is an arbitrary substring. Value can be toggled within `ido' using `ido-toggle-prefix'." :type 'boolean :group 'ido)