(apropos-print): Don't say `Type ' before M-x cmd.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 17:16:14 +0000 (17:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Sep 1996 17:16:14 +0000 (17:16 +0000)
lisp/apropos.el

index 8d1bbfb..adbc13d 100644 (file)
@@ -495,7 +495,6 @@ found."
                                              key))
                       key)
                     item ", "))
-                (insert "Type ")
                 (insert "M-x")
                 (put-text-property (- (point) 3) (point)
                                    'face apropos-keybinding-face)