diff options
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. |