aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index e73141faf4c..7ce54f59c69 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -2344,7 +2344,7 @@ Here is what it does:
2344@itemize 2344@itemize
2345@item 2345@item
2346First, it checks whether Transient Mark mode is enabled and the region 2346First, it checks whether Transient Mark mode is enabled and the region
2347is active. If so, it called @code{indent-region} to indent all the 2347is active. If so, it calls @code{indent-region} to indent all the
2348text in the region (@pxref{Region Indent}). 2348text in the region (@pxref{Region Indent}).
2349 2349
2350@item 2350@item