diff options
author | Roland Pesch <pesch@cygnus> | 1991-04-04 00:17:11 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-04-04 00:17:11 +0000 |
commit | 5e4fd5d5839854ed1251ad71ac4f763a366881d9 (patch) | |
tree | ebcc32b18358eb7e2131b458de4a1f6c5a81c6a2 /readline | |
parent | 14d0e4c3d3d18e2a859a02281deba8eeee223e9b (diff) | |
download | gdb-5e4fd5d5839854ed1251ad71ac4f763a366881d9.zip gdb-5e4fd5d5839854ed1251ad71ac4f763a366881d9.tar.gz gdb-5e4fd5d5839854ed1251ad71ac4f763a366881d9.tar.bz2 |
@key -> @kbd
Diffstat (limited to 'readline')
-rwxr-xr-x | readline/inc-history.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/readline/inc-history.texinfo b/readline/inc-history.texinfo index 4e87c04..e61c25d 100755 --- a/readline/inc-history.texinfo +++ b/readline/inc-history.texinfo @@ -101,7 +101,7 @@ history list. @item @code{!} Start a history subsititution, except when followed by a space, tab, or -the end of the line... @key{=} or @key{(}. +the end of the line... @kbd{=} or @kbd{(}. @item @code{!!} Refer to the previous command. This is a synonym for @code{!-1}. @@ -123,9 +123,9 @@ Refer to the most recent command containing @var{string}. @node Word Designators, Modifiers, Event Designators, History Interaction @appendixsubsec Word Designators -A @key{:} separates the event specification from the word designator. It -can be omitted if the word designator begins with a @key{^}, @key{$}, -@key{*} or @key{%}. Words are numbered from the beginning of the line, +A @kbd{:} separates the event specification from the word designator. It +can be omitted if the word designator begins with a @kbd{^}, @kbd{$}, +@kbd{*} or @kbd{%}. Words are numbered from the beginning of the line, with the first word being denoted by a 0 (zero). @table @code @@ -150,7 +150,7 @@ A range of words; @code{-@var{y}} Abbreviates @code{0-@var{y}}. @item * All of the words, excepting the zero'th. This is a synonym for @code{1-$}. -It is not an error to use @key{*} if there is just one word in the event. +It is not an error to use @kbd{*} if there is just one word in the event. The empty string is returned in that case. @end table @@ -159,7 +159,7 @@ The empty string is returned in that case. @appendixsubsec Modifiers After the optional word designator, you can add a sequence of one or more -of the following modifiers, each preceded by a @key{:}. +of the following modifiers, each preceded by a @kbd{:}. @table @code |