]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 May 1998 05:12:47 +0000 (05:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 May 1998 05:12:47 +0000 (05:12 +0000)
lisp/complete.el

index e007f53e0de6b30f870cc4eb2fd0aba8c1ff3eff..d897c78afa164ddf475d26d5efc5840027a5a4dc 100644 (file)
@@ -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.