(gud-menu-map): Expand tooltip.
authorNick Roberts <nickrob@snap.net.nz>
Sat, 12 Apr 2008 22:04:38 +0000 (22:04 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 12 Apr 2008 22:04:38 +0000 (22:04 +0000)
lisp/ChangeLog
lisp/progmodes/gud.el

index 0b07f7f..e0bd01c 100644 (file)
@@ -1,5 +1,7 @@
 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
 
+       * progmodes/gud.el (gud-menu-map): Expand tooltip.
+
        * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
        (menu): Add/expand menu tooltips.
 
        (python-which-shell, python-which-args, python-which-bufname):
        New buffer local variables.
        (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
-
-       * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
+       (python-pdbtrack-stack-entry-regexp)
        (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
        New constants.
 
        Pdbtrack features:
-
        (python-point, python-end-of-def-or-class)
        (python-beginning-of-def-or-class, python-goto-initial-line)
        (python-comint-output-filter-function)
index 3b825c9..dbb1aa8 100644 (file)
@@ -144,7 +144,7 @@ Used to grey out relevant toolbar icons.")
       (comint-interrupt-subjob))))
 
 (easy-mmode-defmap gud-menu-map
-  '(([help]     "Info" . gud-goto-info)
+  '(([help]     "Info (debugger)" . gud-goto-info)
     ([tooltips] menu-item "Show GUD tooltips" gud-tooltip-mode
                   :enable (and (not emacs-basic-display)
                               (display-graphic-p)