diff options
| author | Eli Zaretskii | 2023-06-10 14:16:22 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-06-10 14:16:22 +0300 |
| commit | dd3b98121cc820f3f151ffc3875b8b6cd5f9c2dc (patch) | |
| tree | 3eab7535c0ffec0a0d1d27eac173cc97e6fcb8da | |
| parent | 904edf1f076b3ccc69b545b812df32d546b79bea (diff) | |
| download | emacs-dd3b98121cc820f3f151ffc3875b8b6cd5f9c2dc.tar.gz emacs-dd3b98121cc820f3f151ffc3875b8b6cd5f9c2dc.zip | |
; * doc/emacs/indent.texi (Indentation Commands): Fix last change.
| -rw-r--r-- | doc/emacs/indent.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 2fe632b822b..17b663d22e1 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -130,7 +130,7 @@ that column number. | |||
| 130 | Indent all lines that begin in the region, moving the affected lines | 130 | Indent all lines that begin in the region, moving the affected lines |
| 131 | as a rigid unit (@code{indent-rigidly}). | 131 | as a rigid unit (@code{indent-rigidly}). |
| 132 | 132 | ||
| 133 | If called with no argument, the command activates a transient mode for | 133 | If called with no argument, this command activates a transient mode for |
| 134 | adjusting the indentation of the affected lines interactively. While | 134 | adjusting the indentation of the affected lines interactively. While |
| 135 | this transient mode is active, typing @kbd{@key{LEFT}} or | 135 | this transient mode is active, typing @kbd{@key{LEFT}} or |
| 136 | @kbd{@key{RIGHT}} indents leftward and rightward, respectively, by one | 136 | @kbd{@key{RIGHT}} indents leftward and rightward, respectively, by one |