From: Richard M. Stallman Date: Sun, 31 Mar 2002 03:16:26 +0000 (+0000) Subject: (menu-bar-tools-menu): Rename gdb item to say GDB. X-Git-Tag: ttn-vms-21-2-B4~15887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39328775af54d90444b85bfb9577f2abf253bd69;p=emacs.git (menu-bar-tools-menu): Rename gdb item to say GDB. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce2f3601cd..aff3a5c0425 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-03-30 Richard M. Stallman + + * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB. + 2002-03-30 Eli Zaretskii * font-lock.el (save-buffer-state): Fix last change. 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