emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99797: * building.texi (GDB Graph


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99797: * building.texi (GDB Graphical Interface): Remove misleading comparison
Date: Fri, 07 May 2010 10:51:09 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99797
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-05-07 10:51:09 -0400
message:
  * building.texi (GDB Graphical Interface): Remove misleading comparison
  to an IDE (Bug#6128).
modified:
  doc/emacs/ChangeLog
  doc/emacs/building.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-05-03 22:01:23 +0000
+++ b/doc/emacs/ChangeLog       2010-05-07 14:51:09 +0000
@@ -1,3 +1,8 @@
+2010-05-07  Chong Yidong  <address@hidden>
+
+       * building.texi (GDB Graphical Interface): Remove misleading comparison
+       to an IDE (Bug#6128).
+
 2010-05-03  Štěpán Němec  <address@hidden>  (tiny change)
 
        * programs.texi (Man Page):

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2010-01-13 08:35:10 +0000
+++ b/doc/emacs/building.texi   2010-05-07 14:51:09 +0000
@@ -836,12 +836,11 @@
 @subsection GDB Graphical Interface
 
   The command @code{gdb} starts GDB in a graphical interface, using
-Emacs windows for display program state information.  In effect, this
-makes Emacs into an IDE (interactive development environment).  With
-it, you do not need to use textual GDB commands; you can control the
-debugging session with the mouse.  For example, you can click in the
-fringe of a source buffer to set a breakpoint there, or on a stack
-frame in the stack buffer to select that frame.
+Emacs windows for display program state information.  With it, you do
+not need to use textual GDB commands; you can control the debugging
+session with the mouse.  For example, you can click in the fringe of a
+source buffer to set a breakpoint there, or on a stack frame in the
+stack buffer to select that frame.
 
   This mode requires telling GDB that its ``screen size'' is
 unlimited, so it sets the height and width accordingly.  For correct


reply via email to

[Prev in Thread] Current Thread [Next in Thread]