diff options
| -rw-r--r-- | man/cc-mode.texi | 2 | ||||
| -rw-r--r-- | man/ebrowse.texi | 6 | ||||
| -rw-r--r-- | man/kmacro.texi | 4 | ||||
| -rw-r--r-- | man/ses.texi | 6 | ||||
| -rw-r--r-- | man/text.texi | 4 | ||||
| -rw-r--r-- | man/widget.texi | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 92d4ac20aa0..088c19e44f0 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi | |||
| @@ -4883,7 +4883,7 @@ our first example again: | |||
| 4883 | 6: @} | 4883 | 6: @} |
| 4884 | @end example | 4884 | @end example |
| 4885 | 4885 | ||
| 4886 | Let's say point is on line 3 and we hit the @kbd{TAB} key to reindent | 4886 | Let's say point is on line 3 and we hit the @key{TAB} key to reindent |
| 4887 | the line. The syntactic context for that line is: | 4887 | the line. The syntactic context for that line is: |
| 4888 | 4888 | ||
| 4889 | @example | 4889 | @example |
diff --git a/man/ebrowse.texi b/man/ebrowse.texi index b48d5c2b987..77e4ad07b45 100644 --- a/man/ebrowse.texi +++ b/man/ebrowse.texi | |||
| @@ -979,11 +979,11 @@ a mouse. | |||
| 979 | @cindex switching buffers | 979 | @cindex switching buffers |
| 980 | 980 | ||
| 981 | @table @kbd | 981 | @table @kbd |
| 982 | @item TAB | 982 | @item @key{TAB} |
| 983 | Pop up the tree buffer to which the member buffer belongs. | 983 | Pop up the tree buffer to which the member buffer belongs. |
| 984 | 984 | ||
| 985 | @item t | 985 | @item t |
| 986 | Do the same as @kbd{TAB} but also position the cursor on the class | 986 | Do the same as @key{TAB} but also position the cursor on the class |
| 987 | displayed in the member buffer. | 987 | displayed in the member buffer. |
| 988 | @end table | 988 | @end table |
| 989 | 989 | ||
| @@ -1433,7 +1433,7 @@ command @kbd{C-c b f}, for example, to jump to a specific member. | |||
| 1433 | @cindex completion | 1433 | @cindex completion |
| 1434 | @cindex symbol completion | 1434 | @cindex symbol completion |
| 1435 | 1435 | ||
| 1436 | The command @kbd{C-c b TAB} completes the symbol in front of point. | 1436 | The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. |
| 1437 | 1437 | ||
| 1438 | 1438 | ||
| 1439 | 1439 | ||
diff --git a/man/kmacro.texi b/man/kmacro.texi index 0693eefca54..852f999adac 100644 --- a/man/kmacro.texi +++ b/man/kmacro.texi | |||
| @@ -521,8 +521,8 @@ next command in the keyboard macro. | |||
| 521 | @kbd{f} skips the current command in this execution of the keyboard | 521 | @kbd{f} skips the current command in this execution of the keyboard |
| 522 | macro, but doesn't delete it from the macro. | 522 | macro, but doesn't delete it from the macro. |
| 523 | @item | 523 | @item |
| 524 | @kbd{TAB} executes the current command, as well as all similar | 524 | @kbd{@key{TAB}} executes the current command, as well as all similar |
| 525 | commands immediately following the current command; for example, TAB | 525 | commands immediately following the current command; for example, @key{TAB} |
| 526 | may be used to insert a sequence of characters (corresponding to a | 526 | may be used to insert a sequence of characters (corresponding to a |
| 527 | sequence of @code{self-insert-command} commands). | 527 | sequence of @code{self-insert-command} commands). |
| 528 | @item | 528 | @item |
diff --git a/man/ses.texi b/man/ses.texi index f6977335661..38caa7c830a 100644 --- a/man/ses.texi +++ b/man/ses.texi | |||
| @@ -188,12 +188,12 @@ Self-insert an expression. The right-parenthesis is inserted for you | |||
| 188 | (@code{ses-read-cell}). To access another cell's value, just use its | 188 | (@code{ses-read-cell}). To access another cell's value, just use its |
| 189 | identifier in your expression. Whenever the other cell is changed, | 189 | identifier in your expression. Whenever the other cell is changed, |
| 190 | this cell's formula will be reevaluated. While typing in the | 190 | this cell's formula will be reevaluated. While typing in the |
| 191 | expression, you can use @kbd{M-TAB} to complete symbol names. | 191 | expression, you can use @kbd{M-@key{TAB}} to complete symbol names. |
| 192 | 192 | ||
| 193 | @item ' @r{(apostrophe)} | 193 | @item ' @r{(apostrophe)} |
| 194 | Enter a symbol (ses-read-symbol). SES remembers all symbols that have | 194 | Enter a symbol (ses-read-symbol). SES remembers all symbols that have |
| 195 | been used as formulas, so you can type just the beginning of a symbol | 195 | been used as formulas, so you can type just the beginning of a symbol |
| 196 | and use @kbd{SPC}, @kbd{TAB}, and @kbd{?} to complete it. | 196 | and use @kbd{@key{SPC}}, @kbd{@key{TAB}}, and @kbd{?} to complete it. |
| 197 | @end table | 197 | @end table |
| 198 | 198 | ||
| 199 | To enter something else (e.g., a vector), begin with a digit, then | 199 | To enter something else (e.g., a vector), begin with a digit, then |
| @@ -287,7 +287,7 @@ string is right-aligned within the print cell. To get left-alignment, | |||
| 287 | use parentheses: @samp{("$%.2f")}. A printer can also be a | 287 | use parentheses: @samp{("$%.2f")}. A printer can also be a |
| 288 | one-argument function (a symbol or a lambda), whose result is a string | 288 | one-argument function (a symbol or a lambda), whose result is a string |
| 289 | (right-aligned) or list of one string (left-aligned). While typing in | 289 | (right-aligned) or list of one string (left-aligned). While typing in |
| 290 | a lambda, you can use @kbd{M-TAB} to complete the names of symbols. | 290 | a lambda, you can use @kbd{M-@key{TAB}} to complete the names of symbols. |
| 291 | 291 | ||
| 292 | Each cell has a printer. If @code{nil}, the column-printer for the cell's | 292 | Each cell has a printer. If @code{nil}, the column-printer for the cell's |
| 293 | column is used. If that is also @code{nil}, the default-printer for the | 293 | column is used. If that is also @code{nil}, the default-printer for the |
diff --git a/man/text.texi b/man/text.texi index 5abb736a891..4470e494daf 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1680,12 +1680,12 @@ Variables}. | |||
| 1680 | For La@TeX{} files, you can use Bib@TeX{} to process the auxiliary | 1680 | For La@TeX{} files, you can use Bib@TeX{} to process the auxiliary |
| 1681 | file for the current buffer's file. Bib@TeX{} looks up bibliographic | 1681 | file for the current buffer's file. Bib@TeX{} looks up bibliographic |
| 1682 | citations in a data base and prepares the cited references for the | 1682 | citations in a data base and prepares the cited references for the |
| 1683 | bibliography section. The command @kbd{C-c TAB} | 1683 | bibliography section. The command @kbd{C-c @key{TAB}} |
| 1684 | (@code{tex-bibtex-file}) runs the shell command | 1684 | (@code{tex-bibtex-file}) runs the shell command |
| 1685 | (@code{tex-bibtex-command}) to produce a @samp{.bbl} file for the | 1685 | (@code{tex-bibtex-command}) to produce a @samp{.bbl} file for the |
| 1686 | current buffer's file. Generally, you need to do @kbd{C-c C-f} | 1686 | current buffer's file. Generally, you need to do @kbd{C-c C-f} |
| 1687 | (@code{tex-file}) once to generate the @samp{.aux} file, then do | 1687 | (@code{tex-file}) once to generate the @samp{.aux} file, then do |
| 1688 | @kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f} | 1688 | @kbd{C-c @key{TAB}} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f} |
| 1689 | (@code{tex-file}) twice more to get the cross-references correct. | 1689 | (@code{tex-file}) twice more to get the cross-references correct. |
| 1690 | 1690 | ||
| 1691 | @findex tex-compile | 1691 | @findex tex-compile |
diff --git a/man/widget.texi b/man/widget.texi index cab3ca0c604..d87dd613ef4 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -315,7 +315,7 @@ buffer, plus you will have these additional commands: | |||
| 315 | @deffn Command widget-forward &optional count | 315 | @deffn Command widget-forward &optional count |
| 316 | Move point @var{count} buttons or editing fields forward. | 316 | Move point @var{count} buttons or editing fields forward. |
| 317 | @end deffn | 317 | @end deffn |
| 318 | @item @key{M-TAB} | 318 | @item @kbd{M-@key{TAB}} |
| 319 | @deffn Command widget-backward &optional count | 319 | @deffn Command widget-backward &optional count |
| 320 | Move point @var{count} buttons or editing fields backward. | 320 | Move point @var{count} buttons or editing fields backward. |
| 321 | @end deffn | 321 | @end deffn |