]> git.lizzy.rs Git - micro.git/commit
Clarified some documentation (#2259)
authorEvan Shimoniak <eshimoniak@gmail.com>
Tue, 2 Nov 2021 20:26:14 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 20:26:14 +0000 (13:26 -0700)
commit58e3cc1be077bb78e91a84d3ab6686defea524ad
tree12db3d9d0aaa0b07f92ad44221b6f0768f9a1b31
parent7df91eb0384f45f9a52673bda4ce49d9ce40b59a
Clarified some documentation (#2259)

* Clarified meaning of indentchar setting

The description "sets the indentation character" combined with the default value of a space led me to believe that this was a way to set a preference for tabs/spaces and choose a number of spaces per indentation all at once. I've updated the description to try to make its true function clearer.

* Added note on rmtrailingws

This behavior was unexpected for me, so it's probably good to let other users know which option has precedence.

* Added details to help command

Initially I kept trying to use `help <command-name>` rather than `help commands`
runtime/help/commands.md
runtime/help/options.md