Mercurial > emacs
changeset 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 | 27721497966e |
children | 91ba9ac19cb1 |
files | src/minibuf.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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,