From 0ca23eef761be7645bc2fa30bc0b43c2277b98e0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Nov 2005 11:19:21 +0000 Subject: [PATCH] (syms_of_minibuf): Mention the extension of `completion-auto-help's meaning by complete.el. --- src/minibuf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */); history_delete_duplicates = 0; DEFVAR_LISP ("completion-auto-help", &Vcompletion_auto_help, - doc: /* *Non-nil means automatically provide help for invalid completion input. */); + doc: /* *Non-nil means automatically provide help for invalid completion input. +Under Partial Completion mode, a non-nil, non-t value has a special meaning; +see the doc string of `partial-completion-mode' for more details. */); Vcompletion_auto_help = Qt; DEFVAR_BOOL ("completion-ignore-case", &completion_ignore_case, -- 2.39.5