# HG changeset patch # User Glenn Morris # Date 1163149748 0 # Node ID 9138be31560427c6cc9a938d10fc678c133a5c7f # Parent 14ee8b3bf9058cfdae3f05a4a6f29a9fb2ad080e (ido-enable-prefix): Doc fix (Nil -> nil). diff -r 14ee8b3bf905 -r 9138be315604 lisp/ido.el --- a/lisp/ido.el Fri Nov 10 08:55:11 2006 +0000 +++ b/lisp/ido.el Fri Nov 10 09:09:08 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. +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)