From 3ee7281cbb63a1c8dc1b9c32a4692cd155ed7bff Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sat, 12 Apr 2008 22:04:38 +0000 Subject: [PATCH] (gud-menu-map): Expand tooltip. --- lisp/ChangeLog | 6 +++--- lisp/progmodes/gud.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b07f7f0009..e0bd01cf0cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-04-12 Nick Roberts + * progmodes/gud.el (gud-menu-map): Expand tooltip. + * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string. (menu): Add/expand menu tooltips. @@ -5226,13 +5228,11 @@ (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) diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 3b825c99d62..dbb1aa8be99 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -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) -- 2.39.5