summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-04 17:16:14 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-04 17:16:14 +0000
commit466955cd245777c4dcc18db78b11e6739843b634 (patch)
treee9c8df5ed3e0a95cd97b66fb6cd1c5cb80d577df /lisp/apropos.el
parent3043b0b49099a30ad9004fbc543c1661969644a4 (diff)
downloademacs-466955cd245777c4dcc18db78b11e6739843b634.tar.gz
(apropos-print): Don't say `Type ' before M-x cmd.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 8d1bbfb186e..adbc13d0b7d 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -495,7 +495,6 @@ found."
key))
key)
item ", "))
- (insert "Type ")
(insert "M-x")
(put-text-property (- (point) 3) (point)
'face apropos-keybinding-face)