summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-19 05:12:47 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-19 05:12:47 +0000
commit0d73a3a369dd87c7d69d20f93bf3dd00f81eae25 (patch)
tree98433097723efb6798352d6cc5a1cf78add6cfbc
parent8ed1b7d7260f1e54ed9cedab6b01001a9627dab6 (diff)
downloademacs-0d73a3a369dd87c7d69d20f93bf3dd00f81eae25.tar.gz
Comment changes.
-rw-r--r--lisp/complete.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index e007f53e0de..d897c78afa1 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -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.