aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-04 17:16:14 +0000
committerRichard M. Stallman1996-09-04 17:16:14 +0000
commit466955cd245777c4dcc18db78b11e6739843b634 (patch)
treee9c8df5ed3e0a95cd97b66fb6cd1c5cb80d577df /lisp
parent3043b0b49099a30ad9004fbc543c1661969644a4 (diff)
downloademacs-466955cd245777c4dcc18db78b11e6739843b634.tar.gz
emacs-466955cd245777c4dcc18db78b11e6739843b634.zip
(apropos-print): Don't say `Type ' before M-x cmd.
Diffstat (limited to 'lisp')
-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."
495 key)) 495 key))
496 key) 496 key)
497 item ", ")) 497 item ", "))
498 (insert "Type ")
499 (insert "M-x") 498 (insert "M-x")
500 (put-text-property (- (point) 3) (point) 499 (put-text-property (- (point) 3) (point)
501 'face apropos-keybinding-face) 500 'face apropos-keybinding-face)