diff options
| author | Eli Zaretskii | 2005-11-26 11:19:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-11-26 11:19:21 +0000 |
| commit | 0ca23eef761be7645bc2fa30bc0b43c2277b98e0 (patch) | |
| tree | 222dec26fbdcda0132f9ecd9ec854eccaa2b86b1 /src | |
| parent | 07908aec23241a9fa86093802d53688e1220903a (diff) | |
| download | emacs-0ca23eef761be7645bc2fa30bc0b43c2277b98e0.tar.gz emacs-0ca23eef761be7645bc2fa30bc0b43c2277b98e0.zip | |
(syms_of_minibuf): Mention the extension of `completion-auto-help's meaning
by complete.el.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index a5b44e193bb..00354df3dc9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2770,7 +2770,9 @@ elements are deleted. */); | |||
| 2770 | history_delete_duplicates = 0; | 2770 | history_delete_duplicates = 0; |
| 2771 | 2771 | ||
| 2772 | DEFVAR_LISP ("completion-auto-help", &Vcompletion_auto_help, | 2772 | DEFVAR_LISP ("completion-auto-help", &Vcompletion_auto_help, |
| 2773 | doc: /* *Non-nil means automatically provide help for invalid completion input. */); | 2773 | doc: /* *Non-nil means automatically provide help for invalid completion input. |
| 2774 | Under Partial Completion mode, a non-nil, non-t value has a special meaning; | ||
| 2775 | see the doc string of `partial-completion-mode' for more details. */); | ||
| 2774 | Vcompletion_auto_help = Qt; | 2776 | Vcompletion_auto_help = Qt; |
| 2775 | 2777 | ||
| 2776 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, | 2778 | DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, |