From: Tom Tromey Date: Tue, 27 Nov 2001 04:14:37 +0000 (+0000) Subject: * gdb.texinfo (Command Syntax): Document C-o binding. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4b87edc5f6dc83adc348d6bd24dbe8e420404ac5;p=pf3gnuchains%2Fpf3gnuchains3x.git * gdb.texinfo (Command Syntax): Document C-o binding. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fec47347a7..f296878636 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-26 Tom Tromey + + * gdb.texinfo (Command Syntax): Document C-o binding. + 2001-07-26 Christopher Faylor * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 423d7a9f78..b798104332 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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