# HG changeset patch # User Richard M. Stallman # Date 895554767 0 # Node ID a63710b545dbab4279a5130ee37e5b384f432f59 # Parent 8ddb49eb4814209a573f6d70d88cc78ab9db83e7 Comment changes. diff -r 8ddb49eb4814 -r a63710b545db lisp/complete.el --- a/lisp/complete.el Tue May 19 05:10:27 1998 +0000 +++ b/lisp/complete.el Tue May 19 05:12:47 1998 +0000 @@ -47,7 +47,7 @@ ;; and the partial completer will use the Meta versions of the keys. -;; Usage: M-x PC-mode. Now, during completable minibuffer entry, +;; Usage: M-x partial-completion-mode. During completable minibuffer entry, ;; ;; TAB means to do a partial completion; ;; SPC means to do a partial complete-word; @@ -62,7 +62,7 @@ ;; ;; in your .emacs file. To load partial completion automatically, put ;; -;; (PC-mode t) +;; (partial-completion-mode t) ;; ;; in your .emacs file, too. Things will be faster if you byte-compile ;; this file when you install it.