changeset 16130:26d9a52f0a27

(apropos-print): Don't say `Type ' before M-x cmd.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 17:16:14 +0000
parents f6c51da4c4e3
children b03afc4adc30
files lisp/apropos.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Wed Sep 04 17:13:24 1996 +0000
+++ b/lisp/apropos.el	Wed Sep 04 17:16:14 1996 +0000
@@ -495,7 +495,6 @@
 					      key))
 		       key)
 		     item ", "))
-		 (insert "Type ")
 		 (insert "M-x")
 		 (put-text-property (- (point) 3) (point)
 				    'face apropos-keybinding-face)