]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-tools-menu): Rename gdb item to say GDB.
authorRichard M. Stallman <rms@gnu.org>
Sun, 31 Mar 2002 03:16:26 +0000 (03:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 31 Mar 2002 03:16:26 +0000 (03:16 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 7ce2f3601cd0c97716fc9831b89d206ece090827..aff3a5c0425bec33f779e903584ea523d693751d 100644 (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.
index ad49784a312180d8f029a757e348131b7dfffe9b..cdad7aeda9580637bcb92fe2b3c1b9ff3c786344 100644 (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