diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-22 11:42:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-22 11:42:44 +0000 |
commit | 3b01b911c4b63d903303fbdbe3c04eb1fd6cb228 (patch) | |
tree | 88afdaa3267aa9d8002462b8248d68d378030f0b /man/indent.texi | |
parent | 5cc06e0b745c4cadb183b91da8a0452e9e1b43f5 (diff) | |
download | emacs-3b01b911c4b63d903303fbdbe3c04eb1fd6cb228.tar.gz |
(Indentation Commands): Document what indent-relative does when called
with an argument.
Diffstat (limited to 'man/indent.texi')
-rw-r--r-- | man/indent.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/indent.texi b/man/indent.texi index d4591bd4ede..a1315b042eb 100644 --- a/man/indent.texi +++ b/man/indent.texi @@ -128,11 +128,13 @@ previous line, the whitespace before point is deleted and the first indentation point then applicable is used. If no indentation point is applicable even then, @code{indent-relative} runs @code{tab-to-tab-stop} @ifinfo -(@pxref{Tab Stops}). +(@pxref{Tab Stops}), @end ifinfo @iftex -(see next section). +(see next section), @end iftex +unless it is called with a numeric argument, in which case it does +nothing. @code{indent-relative} is the definition of @key{TAB} in Indented Text mode. @xref{Text}. |