diff options
author | Colin Walters <walters@gnu.org> | 2002-05-16 19:32:32 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-05-16 19:32:32 +0000 |
commit | 1edd6ac448ce5a94c1b220ec9b56aa96b0e3a4b2 (patch) | |
tree | 70e527df06d168e47b99d18589791e78fa2bc522 /lisp/menu-bar.el | |
parent | 9f1f80ae688c8e64449ce52b1c2f836e5475e67f (diff) | |
download | emacs-1edd6ac448ce5a94c1b220ec9b56aa96b0e3a4b2.tar.gz |
(menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".
(menu-bar-tools-menu) <calc>: New.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 3ab40eeef05..f36214e5d88 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -904,9 +904,12 @@ Do the same for the keys of the same name." '(menu-item "5x5" 5x5 :help "Fill in all the squares on a 5x5 board")) -(define-key menu-bar-tools-menu [calculator] - '(menu-item "Calculator" calculator - :help "Invoke the Emacs built-in scientific calculator")) +(define-key menu-bar-tools-menu [simple-calculator] + '(menu-item "Simple Calculator" calculator + :help "Invoke the Emacs built-in quick calculator")) +(define-key menu-bar-tools-menu [calc] + '(menu-item "Programmable Calculator" calc + :help "Invoke the Emacs built-in full scientific calculator")) (define-key menu-bar-tools-menu [calendar] '(menu-item "Display Calendar" calendar)) |