summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Triska <triska@metalevel.at>2019-07-14 09:31:26 +0200
committerEli Zaretskii <eliz@gnu.org>2019-07-14 10:56:38 +0300
commitb2fde4b5e8e91aa57313af09465091303eeb7d39 (patch)
tree4494ebf5c82c8567f60608d6641442dde3422c49
parent7e62778548265202120ae32d90f82a064bcdf576 (diff)
downloademacs-b2fde4b5e8e91aa57313af09465091303eeb7d39.tar.gz
* doc/lispref/text.texi (Mode-Specific Indent): Fix a typo (bug#36646).
-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