diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:36:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-08-08 23:36:56 +0000 |
commit | 7fb4961cb146dd81136bce74b3b661c5c7946774 (patch) | |
tree | 8eaf3e7f801bb30e7bba3036c8c09e6b6b54cd3a /man/building.texi | |
parent | 7bef65a57b2ad7887f3d06db50fad830d33cebe5 (diff) | |
download | emacs-7fb4961cb146dd81136bce74b3b661c5c7946774.tar.gz |
Minor cleanup.
Diffstat (limited to 'man/building.texi')
-rw-r--r-- | man/building.texi | 2 |
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. |