diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-03-31 03:16:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-03-31 03:16:26 +0000 |
commit | 39328775af54d90444b85bfb9577f2abf253bd69 (patch) | |
tree | 13307f40fadf53e45f39e878adb0339b5f7c0cc3 /lisp/menu-bar.el | |
parent | 9b2bba7683766d4afaaee1320532dea112a99f7a (diff) | |
download | emacs-39328775af54d90444b85bfb9577f2abf253bd69.tar.gz |
(menu-bar-tools-menu): Rename gdb item to say GDB.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index ad49784a312..cdad7aeda95 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -947,8 +947,8 @@ Do the same for the keys of the same name." '("--")) (define-key menu-bar-tools-menu [gdb] - '(menu-item "Debugger (GUD)..." gdb - :help "Debug a program from within Emacs")) + '(menu-item "Debugger (GDB)..." gdb + :help "Debug a program from within Emacs with GDB")) (define-key menu-bar-tools-menu [shell-on-region] '(menu-item "Shell Command on Region..." shell-command-on-region :enable mark-active |