# HG changeset patch # User Eli Zaretskii # Date 993210164 0 # Node ID e8daadee7c3c0a632f9cb908b9d32a3b72014c42 # Parent a07facd0bdf87b6e911d9196edf035f811e82856 (Indentation Commands): Document what indent-relative does when called with an argument. diff -r a07facd0bdf8 -r e8daadee7c3c man/indent.texi --- a/man/indent.texi Fri Jun 22 11:32:07 2001 +0000 +++ b/man/indent.texi Fri Jun 22 11:42:44 2001 +0000 @@ -128,11 +128,13 @@ 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}.