comparison man/building.texi @ 38741:b8b779ebf8d4

Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Aug 2001 23:34:26 +0000
parents 1518ad710658
children daea04400144
comparison
equal deleted inserted replaced
38740:5c0509ab3f20 38741:b8b779ebf8d4
512 (gud-def @var{function} @var{cmdstring} @var{binding} @var{docstring}) 512 (gud-def @var{function} @var{cmdstring} @var{binding} @var{docstring})
513 @end example 513 @end example
514 514
515 This defines a command named @var{function} which sends 515 This defines a command named @var{function} which sends
516 @var{cmdstring} to the debugger process, and gives it the documentation 516 @var{cmdstring} to the debugger process, and gives it the documentation
517 string @var{docstring}. You can then use the command thus defined in any 517 string @var{docstring}. You can then use the command @var{function}\ in any
518 buffer. If @var{binding} is non-@code{nil}, @code{gud-def} also binds 518 buffer. If @var{binding} is non-@code{nil}, @code{gud-def} also binds
519 the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to 519 the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to
520 @kbd{C-x C-a @var{binding}} generally. 520 @kbd{C-x C-a @var{binding}} generally.
521 521
522 The command string @var{cmdstring} may contain certain 522 The command string @var{cmdstring} may contain certain