emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/complete.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/complete.el
Date: Fri, 16 Dec 2005 02:06:12 +0000

Index: emacs/lisp/complete.el
diff -u emacs/lisp/complete.el:1.47 emacs/lisp/complete.el:1.48
--- emacs/lisp/complete.el:1.47 Sun Nov 27 20:53:55 2005
+++ emacs/lisp/complete.el      Fri Dec 16 02:06:11 2005
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]