]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/text.texi (Mode-Specific Indent): Fix a typo (bug#36646).
authorMarkus Triska <triska@metalevel.at>
Sun, 14 Jul 2019 07:31:26 +0000 (09:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Jul 2019 07:56:38 +0000 (10:56 +0300)
doc/lispref/text.texi

index f3d222b70830108fb4b989a4e99383945ed4121a..f44659c622d1d8048cd058fd41ef25e4e9cc2cc8 100644 (file)
@@ -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