emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Thu, 25 Aug 2005 07:03:06 -0400

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.268 emacs/lisp/menu-bar.el:1.269
*** emacs/lisp/menu-bar.el:1.268        Thu Aug 11 20:57:36 2005
--- emacs/lisp/menu-bar.el      Thu Aug 25 11:03:05 2005
***************
*** 1255,1269 ****
    '(menu-item "Describe Function..." describe-function
              :help "Display documentation of function/command"))
  (define-key menu-bar-describe-menu [describe-key-1]
!   '(menu-item "Describe Key..." describe-key
              ;; Users typically don't identify keys and menu items...
              :help "Display documentation of command bound to a \
! key (or menu-item)"))
! (define-key menu-bar-describe-menu [describe-key]
!   '(menu-item "What's This? " describe-key
!             ;; Users typically don't identify keys and menu items...
!             :help "Display documentation of command bound to a \
! key (or menu-item)"))
  (define-key menu-bar-describe-menu [describe-mode]
    '(menu-item "Describe Buffer Modes" describe-mode
              :help "Describe this buffer's major and minor mode"))
--- 1255,1264 ----
    '(menu-item "Describe Function..." describe-function
              :help "Display documentation of function/command"))
  (define-key menu-bar-describe-menu [describe-key-1]
!   '(menu-item "Describe Key or Mouse Operation..." describe-key
              ;; Users typically don't identify keys and menu items...
              :help "Display documentation of command bound to a \
! key, a click, or a menu-item"))
  (define-key menu-bar-describe-menu [describe-mode]
    '(menu-item "Describe Buffer Modes" describe-mode
              :help "Describe this buffer's major and minor mode"))




reply via email to

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