Mercurial > emacs
changeset 58207:4410b7cd84c4
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Nov 2004 05:17:38 +0000 |
parents | b8e8e0772ced |
children | f1f027a36519 |
files | src/minibuf.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,