From 88118b3abf152ba1d5a7a112918cab91674237f5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 27 Nov 2001 04:14:37 +0000 Subject: [PATCH] * gdb.texinfo (Command Syntax): Document C-o binding. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fec4734..f296878 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 423d7a9..b798104 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 -- 2.7.4