# HG changeset patch # User Richard M. Stallman # Date 1100409458 0 # Node ID 4410b7cd84c440aea5779a0f1ef8571601c96fa1 # Parent b8e8e0772ced24ae68c5a0d5311ecf4714a0328e (syms_of_minibuf) : Doc fix. diff -r b8e8e0772ced -r 4410b7cd84c4 src/minibuf.c --- a/src/minibuf.c Sun Nov 14 04:31:03 2004 +0000 +++ b/src/minibuf.c Sun Nov 14 05:17:38 2004 +0000 @@ -2686,8 +2686,8 @@ DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, doc: /* Non-nil means don't consider case significant in completion. -See also `read-file-name-completion-ignore-case' concerning case significance -in completion when reading a file name. */); +For file-name completion, the variable `read-file-name-completion-ignore-case' +controls the behavior, rather than this variable. */); completion_ignore_case = 0; DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers,