diff options
| author | Chong Yidong | 2008-07-30 15:33:38 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-30 15:33:38 +0000 |
| commit | f562df0300bd9148f711d8e8cae8e549806b167a (patch) | |
| tree | 49f33d643ef541c5dba953666da9719ea4db59a5 /src | |
| parent | e3072df290296c1367d66d866d8d4eba92405142 (diff) | |
| download | emacs-f562df0300bd9148f711d8e8cae8e549806b167a.tar.gz emacs-f562df0300bd9148f711d8e8cae8e549806b167a.zip | |
(Vread_buffer_function): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 5 |
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 | 2159 | For file-name completion, `read-file-name-completion-ignore-case' | |
| 2160 | For file-name completion, the variable `read-file-name-completion-ignore-case' | 2160 | controls the behavior, rather than this variable. |
| 2161 | For buffer name completion, `read-buffer-completion-ignore-case' | ||
| 2161 | controls the behavior, rather than this variable. */); | 2162 | controls the behavior, rather than this variable. */); |
| 2162 | completion_ignore_case = 0; | 2163 | completion_ignore_case = 0; |
| 2163 | 2164 | ||