From f562df0300bd9148f711d8e8cae8e549806b167a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 30 Jul 2008 15:33:38 +0000 Subject: (Vread_buffer_function): Doc fix. --- src/minibuf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/minibuf.c') diff --git a/src/minibuf.c b/src/minibuf.c index 4fa480e254..205ee5851f 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2156,8 +2156,9 @@ history list, so it is possible to do this afterwards by calling 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; -- cgit v1.2.3