gdb/doc: shorten some source lines, and prevent some line breaks
authorAndrew Burgess <aburgess@redhat.com>
Wed, 22 Dec 2021 16:47:29 +0000 (16:47 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 7 Jan 2022 14:42:35 +0000 (14:42 +0000)
commitd50964864b7caf0dbde0915c0c8ada3aea48ef7a
tree5a57802de61bec4f98c13024ef61c128771902ec
parent8af9b8009b8b8a5ad39d014ef9aab51a8117a520
gdb/doc: shorten some source lines, and prevent some line breaks

Building on the previous commit, this makes use of a trailing @ to
split long @deffn lines in the guile.texi source file.  This splitting
doesn't change how the document is laid out by texinfo.

I have also wrapped keyword and argument name pairs in @w{...} to
prevent line breaks appearing between the two.  I've currently only
done this for the longer @deffn lines, where a line break is
possible.  This makes the @deffn lines much nicer to read in the
generated pdf.
gdb/doc/guile.texi