# HG changeset patch # User Richard M. Stallman # Date 1134698771 0 # Node ID b5e49d33eeeff39a4c22383cc4fbdf0634fab690 # Parent ce27da2c8c63716ece393f4ee220702ca3458a83 (partial-completion-mode): Doc fix. diff -r ce27da2c8c63 -r b5e49d33eeef lisp/complete.el --- a/lisp/complete.el Fri Dec 16 02:02:42 2005 +0000 +++ b/lisp/complete.el Fri Dec 16 02:06:11 2005 +0000 @@ -206,11 +206,10 @@ 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." +see), so that if it is neither nil nor t, Emacs shows the `*Completions*' +buffer only on the second attempt to complete. That is, if TAB finds nothing +to complete, the first TAB just says \"Next char not unique\" and the +second TAB brings up the `*Completionsf'* buffer." :global t :group 'partial-completion ;; Deal with key bindings... (PC-bindings partial-completion-mode)