diff options
-rw-r--r-- | lisp/apropos.el | 1 |
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) |