changeset 76238:65ce5be5f7ca

(gdb-mouse-until, gdb-mouse-jump): Correct doc strings.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 28 Feb 2007 21:15:13 +0000
parents 616e0f6cc423
children 05970829819e
files lisp/progmodes/gdb-ui.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/gdb-ui.el	Wed Feb 28 21:14:34 2007 +0000
+++ b/lisp/progmodes/gdb-ui.el	Wed Feb 28 21:15:13 2007 +0000
@@ -618,8 +618,9 @@
 
 (defun gdb-mouse-until (event)
   "Continue running until a source line past the current line.
-The destination source line can be selected either by clicking with mouse-2
-on the fringe/margin or dragging the arrow with mouse-1 (default bindings)."
+The destination source line can be selected either by clicking
+with mouse-3 on the fringe/margin or dragging the arrow
+with mouse-1 (default bindings)."
   (interactive "e")
   (let ((start (event-start event))
 	(end (event-end event)))
@@ -634,8 +635,8 @@
 
 (defun gdb-mouse-jump (event)
   "Set execution address/line.
-The destination source line can be selected either by clicking with mouse-2
-on the fringe/margin or dragging the arrow with mouse-1 (default bindings).
+The destination source line can be selected either by clicking with C-mouse-3
+on the fringe/margin or dragging the arrow with C-mouse-1 (default bindings).
 Unlike gdb-mouse-until the destination address can be before the current
 line, and no execution takes place."
   (interactive "e")