]> git.eshelyaron.com Git - emacs.git/commitdiff
(Indentation Commands): Document what indent-relative does when called
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Jun 2001 11:42:44 +0000 (11:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Jun 2001 11:42:44 +0000 (11:42 +0000)
with an argument.

man/indent.texi

index d4591bd4edeea1abb5e7f78dd30b16a9a695e2e1..a1315b042eb7b52dc929fe5ecd2001d4f7c4aeea 100644 (file)
@@ -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}.