(Indentation Commands): Document what indent-relative does when called
with an argument.
This commit is contained in:
parent
5cc06e0b74
commit
3b01b911c4
1 changed files with 4 additions and 2 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Reference in a new issue