diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index dd7bb42263b..d50e7404ab3 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2673,7 +2673,10 @@ property of a history variable overrides this default. */); | |||
| 2673 | Vcompletion_auto_help = Qt; | 2673 | Vcompletion_auto_help = Qt; |
| 2674 | 2674 | ||
| 2675 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, | 2675 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, |
| 2676 | doc: /* Non-nil means don't consider case significant in completion. */); | 2676 | doc: /* Non-nil means don't consider case significant in completion. |
| 2677 | |||
| 2678 | See also `read-file-name-completion-ignore-case' concerning case significance | ||
| 2679 | in completion when reading a file name. */); | ||
| 2677 | completion_ignore_case = 0; | 2680 | completion_ignore_case = 0; |
| 2678 | 2681 | ||
| 2679 | DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, | 2682 | DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, |