aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-07-30 15:33:38 +0000
committerChong Yidong2008-07-30 15:33:38 +0000
commitf562df0300bd9148f711d8e8cae8e549806b167a (patch)
tree49f33d643ef541c5dba953666da9719ea4db59a5 /src
parente3072df290296c1367d66d866d8d4eba92405142 (diff)
downloademacs-f562df0300bd9148f711d8e8cae8e549806b167a.tar.gz
emacs-f562df0300bd9148f711d8e8cae8e549806b167a.zip
(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
2156 2156
2157 DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, 2157 DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case,
2158 doc: /* Non-nil means don't consider case significant in completion. 2158 doc: /* Non-nil means don't consider case significant in completion.
2159 2159For file-name completion, `read-file-name-completion-ignore-case'
2160For file-name completion, the variable `read-file-name-completion-ignore-case' 2160controls the behavior, rather than this variable.
2161For buffer name completion, `read-buffer-completion-ignore-case'
2161controls the behavior, rather than this variable. */); 2162controls the behavior, rather than this variable. */);
2162 completion_ignore_case = 0; 2163 completion_ignore_case = 0;
2163 2164