# HG changeset patch # User Richard M. Stallman # Date 997313666 0 # Node ID b8b779ebf8d4c7ffb6972938dbedd9b06e1d361b # Parent 5c0509ab3f20b0c33ec317332b9731cf85a482b8 Minor cleanup. diff -r 5c0509ab3f20 -r b8b779ebf8d4 man/building.texi --- a/man/building.texi Wed Aug 08 23:30:26 2001 +0000 +++ b/man/building.texi Wed Aug 08 23:34:26 2001 +0000 @@ -514,7 +514,7 @@ 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.