diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:47 +0900 |
commit | d02e58b4043001c8338583070fb2d85f52f232d6 (patch) | |
tree | ca23da44698b97d1559ea14db01bc410aef443bc /doc/ale-tex.txt | |
parent | 28cff80652f31d72807493487e92f32fe81648bd (diff) | |
download | ale-d02e58b4043001c8338583070fb2d85f52f232d6.zip |
Doc style fixes (#4344)
* ale.txt: fix indentation
* ale.txt: fix Type and Default markup
* ale.txt: use `not set` instead of `undefined`
This matches the way the variables are referenced in prose about
existence state.
Diffstat (limited to 'doc/ale-tex.txt')
-rw-r--r-- | doc/ale-tex.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-tex.txt b/doc/ale-tex.txt index 147aacc4..fa0d827e 100644 --- a/doc/ale-tex.txt +++ b/doc/ale-tex.txt @@ -33,7 +33,7 @@ lacheck *ale-tex-lacheck* g:ale_lacheck_executable *g:ale_lacheck_executable* *b:ale_lacheck_executable* Type: |String| - Default: '`lacheck`' + Default: `'lacheck'` This variable can be changed to change the path to lacheck. |