aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/apropos.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index e7e8955afe8..9debdfb19ce 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -27,8 +27,7 @@
27 27
28;; The ideas for this package were derived from the C code in 28;; The ideas for this package were derived from the C code in
29;; src/keymap.c and elsewhere. The functions in this file should 29;; src/keymap.c and elsewhere. The functions in this file should
30;; always be byte-compiled for speed. Someone should rewrite this in 30;; always be byte-compiled for speed.
31;; C (as part of src/keymap.c) for speed.
32 31
33;; The idea for super-apropos is based on the original implementation 32;; The idea for super-apropos is based on the original implementation
34;; by Lynn Slater <lrs@esl.com>. 33;; by Lynn Slater <lrs@esl.com>.