]> git.eshelyaron.com Git - emacs.git/commitdiff
(gdb-mouse-until, gdb-mouse-jump):
authorNick Roberts <nickrob@snap.net.nz>
Wed, 28 Feb 2007 21:15:13 +0000 (21:15 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 28 Feb 2007 21:15:13 +0000 (21:15 +0000)
Correct doc strings.

lisp/progmodes/gdb-ui.el

index 02c65ae07df7dcd0ee3c7da0fa09cd624a9de1d4..b598f2de1f794cfa7d7ac57fd5daf83394280161 100644 (file)
@@ -618,8 +618,9 @@ With arg, use separate IO iff arg is positive."
 
 (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 @@ on the fringe/margin or dragging the arrow with mouse-1 (default bindings)."
 
 (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")