aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-19 05:12:47 +0000
committerRichard M. Stallman1998-05-19 05:12:47 +0000
commit7117761b9e1aacf936cb6f59272ea325dcd23a48 (patch)
tree189abd2e80686386c8252cc9a1bcc304dbcb4f19
parente612f4bd81a4f9d62afe31fc77ea5bf5e808aa54 (diff)
downloademacs-7117761b9e1aacf936cb6f59272ea325dcd23a48.tar.gz
emacs-7117761b9e1aacf936cb6f59272ea325dcd23a48.zip
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 @@
47;; and the partial completer will use the Meta versions of the keys. 47;; and the partial completer will use the Meta versions of the keys.
48 48
49 49
50;; Usage: M-x PC-mode. Now, during completable minibuffer entry, 50;; Usage: M-x partial-completion-mode. During completable minibuffer entry,
51;; 51;;
52;; TAB means to do a partial completion; 52;; TAB means to do a partial completion;
53;; SPC means to do a partial complete-word; 53;; SPC means to do a partial complete-word;
@@ -62,7 +62,7 @@
62;; 62;;
63;; in your .emacs file. To load partial completion automatically, put 63;; in your .emacs file. To load partial completion automatically, put
64;; 64;;
65;; (PC-mode t) 65;; (partial-completion-mode t)
66;; 66;;
67;; in your .emacs file, too. Things will be faster if you byte-compile 67;; in your .emacs file, too. Things will be faster if you byte-compile
68;; this file when you install it. 68;; this file when you install it.