diff options
| author | Eli Zaretskii | 2018-07-25 17:22:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-07-25 17:22:29 +0300 |
| commit | 39da592da8f87e0dd488aa093e3e0dfff16cab19 (patch) | |
| tree | e389399bdead917a00c72c9e0132c2c991e90b59 | |
| parent | 2f00ffe5f6938f851b92dee68787f34358a49426 (diff) | |
| download | emacs-39da592da8f87e0dd488aa093e3e0dfff16cab19.tar.gz emacs-39da592da8f87e0dd488aa093e3e0dfff16cab19.zip | |
; Minor markup change in indent.texi
* doc/emacs/indent.texi (Indentation Commands): Use
@kbd{@key{...}} for better looks. (Bug#32248)
| -rw-r--r-- | doc/emacs/indent.texi | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index b38e85819ce..bf43909edf3 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -60,9 +60,9 @@ repositioned to the first non-whitespace character on the line. | |||
| 60 | @node Indentation Commands | 60 | @node Indentation Commands |
| 61 | @section Indentation Commands | 61 | @section Indentation Commands |
| 62 | 62 | ||
| 63 | Apart from the @key{TAB} (@code{indent-for-tab-command}) command, | 63 | Apart from the @kbd{@key{TAB}} (@code{indent-for-tab-command}) |
| 64 | Emacs provides a variety of commands to perform indentation in other | 64 | command, Emacs provides a variety of commands to perform indentation |
| 65 | ways. | 65 | in other ways. |
| 66 | 66 | ||
| 67 | @table @kbd | 67 | @table @kbd |
| 68 | @item C-M-o | 68 | @item C-M-o |
| @@ -113,8 +113,8 @@ appears after the newline that is deleted. @xref{Fill Prefix}. | |||
| 113 | @item C-M-\ | 113 | @item C-M-\ |
| 114 | @kindex C-M-\ | 114 | @kindex C-M-\ |
| 115 | @findex indent-region | 115 | @findex indent-region |
| 116 | Indent all the lines in the region, as though you had typed @key{TAB} | 116 | Indent all the lines in the region, as though you had typed |
| 117 | at the beginning of each line (@code{indent-region}). | 117 | @kbd{@key{TAB}} at the beginning of each line (@code{indent-region}). |
| 118 | 118 | ||
| 119 | If a numeric argument is supplied, indent every line in the region to | 119 | If a numeric argument is supplied, indent every line in the region to |
| 120 | that column number. | 120 | that column number. |
| @@ -128,11 +128,12 @@ in the region, moving the affected lines as a rigid unit. | |||
| 128 | 128 | ||
| 129 | If called with no argument, the command activates a transient mode for | 129 | If called with no argument, the command activates a transient mode for |
| 130 | adjusting the indentation of the affected lines interactively. While | 130 | adjusting the indentation of the affected lines interactively. While |
| 131 | this transient mode is active, typing @key{LEFT} or @key{RIGHT} | 131 | this transient mode is active, typing @kbd{@key{LEFT}} or |
| 132 | indents leftward and rightward, respectively, by one space. You can | 132 | @kbd{@key{RIGHT}} indents leftward and rightward, respectively, by one |
| 133 | also type @kbd{S-@key{LEFT}} or @kbd{S-@key{RIGHT}} to indent leftward | 133 | space. You can also type @kbd{S-@key{LEFT}} or @kbd{S-@key{RIGHT}} to |
| 134 | or rightward to the next tab stop (@pxref{Tab Stops}). Typing any | 134 | indent leftward or rightward to the next tab stop (@pxref{Tab Stops}). |
| 135 | other key disables the transient mode, and resumes normal editing. | 135 | Typing any other key disables the transient mode, and resumes normal |
| 136 | editing. | ||
| 136 | 137 | ||
| 137 | If called with a prefix argument @var{n}, this command indents the | 138 | If called with a prefix argument @var{n}, this command indents the |
| 138 | lines forward by @var{n} spaces (without enabling the transient mode). | 139 | lines forward by @var{n} spaces (without enabling the transient mode). |