emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/apropos.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Mon, 07 Mar 2005 06:00:25 -0500

Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.101 emacs/lisp/apropos.el:1.102
*** emacs/lisp/apropos.el:1.101 Fri Feb 11 16:08:49 2005
--- emacs/lisp/apropos.el       Mon Mar  7 11:00:25 2005
***************
*** 860,872 ****
                                              key))
                       key)
                     item ", "))
!                (insert "M-x")
!                (put-text-property (- (point) 3) (point)
!                                   'face apropos-keybinding-face)
!                (insert " " (symbol-name symbol) " ")
!                (insert "RET")
!                (put-text-property (- (point) 3) (point)
!                                   'face apropos-keybinding-face)))
          (terpri)
          (apropos-print-doc 2
                             (if (commandp symbol)
--- 860,871 ----
                                              key))
                       key)
                     item ", "))
!                (insert "M-x ... RET")
!                (when apropos-keybinding-face
!                  (put-text-property (- (point) 11) (- (point) 8)
!                                     'face apropos-keybinding-face)
!                  (put-text-property (- (point) 3) (point)
!                                     'face apropos-keybinding-face))))
          (terpri)
          (apropos-print-doc 2
                             (if (commandp symbol)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]