diff src/minibuf.c @ 67132:e73d5d53ea0b

(syms_of_minibuf): Mention the extension of `completion-auto-help's meaning by complete.el.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Nov 2005 11:19:21 +0000
parents d5fe78c4e051
children f5d06dd5ca9b 1955a4462bf9
line wrap: on
line diff
--- a/src/minibuf.c	Sat Nov 26 11:07:23 2005 +0000
+++ b/src/minibuf.c	Sat Nov 26 11:19:21 2005 +0000
@@ -2770,7 +2770,9 @@
   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,