summaryrefslogtreecommitdiff
path: root/man/building.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-08-08 23:34:26 +0000
committerRichard M. Stallman <rms@gnu.org>2001-08-08 23:34:26 +0000
commit1d9d21ae4c135b2537cc0315f131e3cfbaa32b65 (patch)
tree246b4c5002b1f399fa5bdf1651064d09fe00d67d /man/building.texi
parentffe4b4e33c2f144f468c5941f90037138f9250c2 (diff)
downloademacs-1d9d21ae4c135b2537cc0315f131e3cfbaa32b65.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 56d0d9397a8..891bc140e5f 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 thus defined 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.