aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-13 12:20:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-13 12:20:12 -0700
commit97ae4a86f898670cdf30a0518964ba4e31b8d34d (patch)
tree89c0bcc01d02576f7d3fcbdf29878c4cd883fd37
parentedb71c7545a716d90a5662f0bfbc16b2bbac1ee0 (diff)
downloadhaskell-tab-indent-97ae4a86f898670cdf30a0518964ba4e31b8d34d.tar.gz
changelog tweak
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 8693d81..57b6e06 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,7 +21,7 @@
- When one of the above cases does not apply, default to indenting to
the same level of the previous line, unless the user explicitly
invoked `indent-for-tab-command' (e.g. by hitting the tab key), in
- which case cycle between possible indents.
+ which case cycle between plausible indents.
This replaces treating the case where the current command is
`newline-and-indent' specially.