summaryrefslogtreecommitdiff
path: root/man
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
commit2bd44930316a49915d0503170db735e7e1e86369 (patch)
treea1f88dce9eeff992b358e00e48f15bfc5a042fb5 /man
parent3b3abcbb2d54c06e00f2430a08e31dfeb1e9b2a9 (diff)
downloademacs-2bd44930316a49915d0503170db735e7e1e86369.tar.gz
Minor cleanup.
Diffstat (limited to 'man')
-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.