summaryrefslogtreecommitdiff
path: root/man/building.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-08-08 23:36:56 +0000
committerRichard M. Stallman <rms@gnu.org>2001-08-08 23:36:56 +0000
commit7fb4961cb146dd81136bce74b3b661c5c7946774 (patch)
tree8eaf3e7f801bb30e7bba3036c8c09e6b6b54cd3a /man/building.texi
parent7bef65a57b2ad7887f3d06db50fad830d33cebe5 (diff)
downloademacs-7fb4961cb146dd81136bce74b3b661c5c7946774.tar.gz
Minor cleanup.
Diffstat (limited to 'man/building.texi')
-rw-r--r--man/building.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi
index 891bc140e5f..a4c63ed6878 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -514,7 +514,7 @@ debugger interaction buffer:
This defines a command named @var{function} which sends
@var{cmdstring} to the debugger process, and gives it the documentation
-string @var{docstring}. You can then use the command @var{function}\ in any
+string @var{docstring}. You can then use the command @var{function} in any
buffer. If @var{binding} is non-@code{nil}, @code{gud-def} also binds
the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to
@kbd{C-x C-a @var{binding}} generally.