diff options
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r-- | runtime/doc/indent.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 749882ce4..5bf60894d 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -686,7 +686,7 @@ two spaces relative to the opening paren: baz) < Setting this option changes this behavior so that all subforms are aligned to -the same column: +the same column, emulating the default behavior of clojure-mode.el: > (foo bar @@ -698,7 +698,6 @@ This option is off by default. let g:clojure_align_subforms = 0 < - FORTRAN *ft-fortran-indent* Block if, select case, where, and forall constructs are indented. So are |