diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/text.texi | 2 |
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 |
| 2346 | First, it checks whether Transient Mark mode is enabled and the region | 2346 | First, it checks whether Transient Mark mode is enabled and the region |
| 2347 | is active. If so, it called @code{indent-region} to indent all the | 2347 | is active. If so, it calls @code{indent-region} to indent all the |
| 2348 | text in the region (@pxref{Region Indent}). | 2348 | text in the region (@pxref{Region Indent}). |
| 2349 | 2349 | ||
| 2350 | @item | 2350 | @item |