summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-07-30 15:33:38 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-07-30 15:33:38 +0000
commitf029675b84f1d25bb41b126a11be298c5a4a8688 (patch)
tree535117c41481b44e696302746c8203eb5224eff0 /src
parent283aaacd4fac7bd37d76f3796c16b969d2148776 (diff)
downloademacs-f029675b84f1d25bb41b126a11be298c5a4a8688.tar.gz
(Vread_buffer_function): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 4fa480e2540..205ee5851fd 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;