Abandon normal instructions

This commit is contained in:
nik gaffney 2023-05-30 10:43:28 +02:00
parent b7430fc17d
commit 2fc5fef0f5
Signed by: nik
GPG key ID: 989F5E6EDB478160

13
smog.el
View file

@ -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)