# HG changeset patch # User Eli Zaretskii # Date 1132402078 0 # Node ID 13e3867c55fb10c6c7a8dbf41262139d0cd3b19b # Parent ea956a777e5e5d084d1f0d7b409ce1b6f11a171b (partial-completion-mode): Mention completion-auto-help in the doc string. diff -r ea956a777e5e -r 13e3867c55fb lisp/complete.el --- a/lisp/complete.el Sat Nov 19 11:54:08 2005 +0000 +++ b/lisp/complete.el Sat Nov 19 12:07:58 2005 +0000 @@ -203,7 +203,14 @@ Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted specially in \\[find-file]. For example, \\[find-file] RET finds the file `/usr/include/sys/time.h'. -See also the variable `PC-include-file-path'." +See also the variable `PC-include-file-path'. + +Partial Completion mode extends the meaning of `completion-auto-help' (which +see) so that if it is neither nil nor t, Emacs will show the *Completions* +buffer only on the second attempt to complete. I.e. if TAB finds nothing +to complete, the first TAB will just say \"Next char not unique\" without +bringing up the *Completions* buffer, and the second TAB will then bring up +the *Completions* buffer." :global t :group 'partial-completion ;; Deal with key bindings... (PC-bindings partial-completion-mode)