Mercurial > emacs
changeset 38741:b8b779ebf8d4
Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 08 Aug 2001 23:34:26 +0000 |
parents | 5c0509ab3f20 |
children | 5ff2ac210385 |
files | man/building.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.