summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/aspell_options.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-09-20 20:32:01 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-09-20 20:32:01 +0200
commit1d3c3ffb92596c354d1ef5bad4a114388f766308 (patch)
tree78f1a7d5aee10602a2989b5780f29c5230505a8e /doc/en/autogen/user/aspell_options.txt
parent4ece2db62946aee939e7319695acc86731b14445 (diff)
downloadweechat-1d3c3ffb92596c354d1ef5bad4a114388f766308.zip
Fix formatting bug in html doc with description of options (bug #31076)
Diffstat (limited to 'doc/en/autogen/user/aspell_options.txt')
-rw-r--r--doc/en/autogen/user/aspell_options.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/en/autogen/user/aspell_options.txt b/doc/en/autogen/user/aspell_options.txt
index 619b67a2a..b7c5f8386 100644
--- a/doc/en/autogen/user/aspell_options.txt
+++ b/doc/en/autogen/user/aspell_options.txt
@@ -1,30 +1,30 @@
* *aspell.check.commands*
-** description: comma separated list of commands for which spell checking is enabled (spell checking is disabled for all other commands)
+** description: `comma separated list of commands for which spell checking is enabled (spell checking is disabled for all other commands)`
** type: string
-** values: any string (default value: "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic")
+** values: any string (default value: `"ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"`)
* *aspell.check.default_dict*
-** description: default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable aspell on buffers for which you didn't explicitly enabled it)
+** description: `default dictionary (or comma separated list of dictionaries) to use when buffer has no dictionary defined (leave blank to disable aspell on buffers for which you didn't explicitly enabled it)`
** type: string
-** values: any string (default value: "")
+** values: any string (default value: `""`)
* *aspell.check.during_search*
-** description: check words during text search in buffer
+** description: `check words during text search in buffer`
** type: boolean
-** values: on, off (default value: off)
+** values: on, off (default value: `off`)
* *aspell.check.real_time*
-** description: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after)
+** description: `real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after)`
** type: boolean
-** values: on, off (default value: off)
+** values: on, off (default value: `off`)
* *aspell.check.word_min_length*
-** description: minimum length for a word to be spell checked (use 0 to check all words)
+** description: `minimum length for a word to be spell checked (use 0 to check all words)`
** type: integer
-** values: 0 .. 2147483647 (default value: 2)
+** values: 0 .. 2147483647 (default value: `2`)
* *aspell.look.color*
-** description: color used for misspelled words
+** description: `color used for misspelled words`
** type: color
-** values: a color name (default value: lightred)
+** values: a color name (default value: `lightred`)