# HG changeset patch # User Eli Zaretskii # Date 1133003961 0 # Node ID e73d5d53ea0b5c79ff026c9a045e61fae72100f4 # Parent 27721497966eb5ed942a8f3e864e2c2baf886621 (syms_of_minibuf): Mention the extension of `completion-auto-help's meaning by complete.el. diff -r 27721497966e -r e73d5d53ea0b src/minibuf.c --- 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,