* gdb.texinfo (Command Syntax): Document C-o binding.

This commit is contained in:
Tom Tromey 2001-11-27 04:14:37 +00:00
parent c2a727faa2
commit 88118b3abf
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-11-26 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Command Syntax): Document C-o binding.
2001-07-26 Christopher Faylor <cgf@redhat.com>
* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini

View File

@ -1204,6 +1204,13 @@ Any text from a @kbd{#} to the end of the line is a comment; it does
nothing. This is useful mainly in command files (@pxref{Command
Files,,Command files}).
@cindex repeating command sequences
@kindex C-o @r{(operate-and-get-next)}
The @kbd{C-o} binding is useful for repeating a complex sequence of
commands. This command accepts the current line, like @kbd{RET}, and
then fetches the next line relative to the current line from the history
for editing.
@node Completion
@section Command completion