1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(menu-bar-tools-menu): Rename gdb item to say GDB.

This commit is contained in:
Richard M. Stallman 2002-03-31 03:16:26 +00:00
parent 9b2bba7683
commit 39328775af
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-03-30 Richard M. Stallman <rms@gnu.org>
* menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
2002-03-30 Eli Zaretskii <eliz@gnu.org>
* font-lock.el (save-buffer-state): Fix last change.

View File

@ -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