* doc/lispref/text.texi (Mode-Specific Indent): Fix a typo (bug#36646).

This commit is contained in:
Markus Triska 2019-07-14 09:31:26 +02:00 committed by Eli Zaretskii
parent 7e62778548
commit b2fde4b5e8

View file

@ -2332,7 +2332,7 @@ Here is what it does:
@itemize @itemize
@item @item
First, it checks whether Transient Mark mode is enabled and the region First, it checks whether Transient Mark mode is enabled and the region
is active. If so, it called @code{indent-region} to indent all the is active. If so, it calls @code{indent-region} to indent all the
text in the region (@pxref{Region Indent}). text in the region (@pxref{Region Indent}).
@item @item