aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNick Roberts2003-10-21 23:08:11 +0000
committerNick Roberts2003-10-21 23:08:11 +0000
commitf2afecdaf3638f1b927766a8941d754f7a5cf76e (patch)
tree42b6e9dd27bef553c016b36c708f9c96956dac54 /etc
parent307f56361e30fb7c5a6f242155e4c51b839a96c7 (diff)
downloademacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.tar.gz
emacs-f2afecdaf3638f1b927766a8941d754f7a5cf76e.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bbd5f8fb44f..5ed204449d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2805,9 +2805,8 @@ running under X.
2805GDB. You can interact with GDB through the GUD buffer in the usual way, but 2805GDB. You can interact with GDB through the GUD buffer in the usual way, but
2806there are also further buffers which control the execution and describe the 2806there are also further buffers which control the execution and describe the
2807state of your program. It separates the input/output of your program from 2807state of your program. It separates the input/output of your program from
2808that of GDB and displays expressions and their current values in their own 2808that of GDB and watches expressions in the speedbar. It also uses features of
2809buffers. It also uses features of Emacs 21 such as the display margin for 2809Emacs 21 such as the display margin for breakpoints, and the toolbar.
2810breakpoints, and the toolbar.
2811 2810
2812Use M-x gdba to start GDB-UI. 2811Use M-x gdba to start GDB-UI.
2813 2812