Mercurial > emacs
changeset 97126:be7f6252008c
(Vread_buffer_function): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 30 Jul 2008 15:33:38 +0000 |
parents | b9e8c24ab210 |
children | 6c272804a08c |
files | src/minibuf.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Wed Jul 30 15:33:22 2008 +0000 +++ b/src/minibuf.c Wed Jul 30 15:33:38 2008 +0000 @@ -2156,8 +2156,9 @@ DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, doc: /* Non-nil means don't consider case significant in completion. - -For file-name completion, the variable `read-file-name-completion-ignore-case' +For file-name completion, `read-file-name-completion-ignore-case' +controls the behavior, rather than this variable. +For buffer name completion, `read-buffer-completion-ignore-case' controls the behavior, rather than this variable. */); completion_ignore_case = 0;