Abandon normal instructions
This commit is contained in:
parent
b7430fc17d
commit
2fc5fef0f5
1 changed files with 49 additions and 38 deletions
13
smog.el
13
smog.el
|
@ -46,7 +46,18 @@
|
|||
:group 'wp)
|
||||
|
||||
(defcustom smog-command "style -L en"
|
||||
"The command to use to run style including any flags (see 'style -h' for details)."
|
||||
"The command to use to run style (including any flags).
|
||||
|
||||
From GNU style 1.11
|
||||
-L, --language set the document language.
|
||||
-l, --print-long print all sentences longer than <length> words
|
||||
-r, --print-ari print all sentences with an ARI greater than than <ari>
|
||||
-p, --print-passive print all sentences phrased in the passive voice
|
||||
-N, --print-nom print all sentences containing nominalizations
|
||||
-n, --print-nom-passive print all sentences phrased in the passive voice or
|
||||
containing nominalizations
|
||||
-h, --help print this message
|
||||
--version print the version"
|
||||
:type '(string)
|
||||
:group 'smog)
|
||||
|
||||
|
|
Loading…
Reference in a new issue