summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f3d222b7083..f44659c622d 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -2332,7 +2332,7 @@ Here is what it does:
@itemize
@item
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}).
@item