aboutsummaryrefslogtreecommitdiffstats
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-07-30 15:33:38 +0000
committerChong Yidong <[email protected]>2008-07-30 15:33:38 +0000
commitf562df0300bd9148f711d8e8cae8e549806b167a (patch)
tree49f33d643ef541c5dba953666da9719ea4db59a5 /src/minibuf.c
parente3072df290296c1367d66d866d8d4eba92405142 (diff)
(Vread_buffer_function): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c5
1 files changed, 3 insertions, 2 deletions
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;