aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-10-17 21:32:37 +0000
committerNick Roberts2005-10-17 21:32:37 +0000
commitdc075b142845d848629b07eeeaeb7a07a8cf705e (patch)
tree35628b5644f7a666a65306d6678e0e1a1740beff
parent284ab7490a2841d6d33d2af8c5af47980d96e98e (diff)
downloademacs-dc075b142845d848629b07eeeaeb7a07a8cf705e.tar.gz
emacs-dc075b142845d848629b07eeeaeb7a07a8cf705e.zip
(Compilation Mode): Remove redundant paragraph.
(Watch Expressions): Remove paragraph to reflect code change.
-rw-r--r--man/building.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/man/building.texi b/man/building.texi
index 093c839cbc9..01a91e9be7b 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -223,14 +223,6 @@ leading context in the window before the current message. If it is
223scroll. If there is no left fringe, no arrow is displayed and a value 223scroll. If there is no left fringe, no arrow is displayed and a value
224of @code{nil} means display the message at the top of the window. 224of @code{nil} means display the message at the top of the window.
225 225
226 You don't have to be in the compilation buffer in order to use
227@code{next-error}. If one window on the selected frame can be the
228target of the @code{next-error} call, it is used. Else, if a buffer
229previously had @code{next-error} called on it, it is used. Else,
230if the current buffer can be the target of @code{next-error}, it is
231used. Else, all the buffers Emacs manages are tried for
232@code{next-error} support.
233
234 If you're not in the compilation buffer when you run 226 If you're not in the compilation buffer when you run
235@code{next-error}, Emacs will look for a buffer that contains error 227@code{next-error}, Emacs will look for a buffer that contains error
236messages. First, it looks for one displayed in the selected frame, 228messages. First, it looks for one displayed in the selected frame,
@@ -908,12 +900,6 @@ types, such as arrays, structures and unions are represented in a tree
908format. To expand or contract a complex data type, click @kbd{Mouse-2} 900format. To expand or contract a complex data type, click @kbd{Mouse-2}
909on the tag to the left of the expression. 901on the tag to the left of the expression.
910 902
911By default, watch expressions only display in the speedbar when the
912GUD buffer is selected in the attached frame. If you want your watch
913expressions to remain visible at all times then select the @samp{GUD}
914radio button on the @samp{Speedbar->Displays} sub-menu using
915@kbd{Mouse-3}.
916
917@findex gdb-var-delete 903@findex gdb-var-delete
918With the cursor over the root expression of a complex data type, type 904With the cursor over the root expression of a complex data type, type
919@kbd{D} to delete it from the speedbar 905@kbd{D} to delete it from the speedbar