summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/usr_30.txt')
-rw-r--r--runtime/doc/usr_30.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_30.txt b/runtime/doc/usr_30.txt
index 736323665e..bcb7b59e74 100644
--- a/runtime/doc/usr_30.txt
+++ b/runtime/doc/usr_30.txt
@@ -336,7 +336,7 @@ How to do that is explained here: |indent-expression|.
==============================================================================
*30.4* Other indenting
-The most simple form of automatic indenting is with the 'autoindent' option.
+The simplest form of automatic indenting is with the 'autoindent' option.
It uses the indent from the previous line. A bit smarter is the 'smartindent'
option. This is useful for languages where no indent file is available.
'smartindent' is not as smart as 'cindent', but smarter than 'autoindent'.