From 466955cd245777c4dcc18db78b11e6739843b634 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Sep 1996 17:16:14 +0000 Subject: [PATCH] (apropos-print): Don't say `Type ' before M-x cmd. --- lisp/apropos.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2