diff options
author | Eugene Sandulenko | 2006-06-06 22:10:15 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-06-06 22:10:15 +0000 |
commit | c9b3e75facb6c47da092bd3da5eab1d0c243e372 (patch) | |
tree | de9cb8f7a5974b82ffdd676f1a9c2dcb817b7c51 | |
parent | 39030844ff8d353fcfa6cf95e1ccb9833c6ffe14 (diff) | |
download | scummvm-rg350-c9b3e75facb6c47da092bd3da5eab1d0c243e372.tar.gz scummvm-rg350-c9b3e75facb6c47da092bd3da5eab1d0c243e372.tar.bz2 scummvm-rg350-c9b3e75facb6c47da092bd3da5eab1d0c243e372.zip |
Fix several formatting problems
svn-id: r22961
-rw-r--r-- | doc/config.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.tex b/doc/config.tex index f41a5cd35e..170d6a245a 100644 --- a/doc/config.tex +++ b/doc/config.tex @@ -62,7 +62,7 @@ The following keywords are recognized: path &string The path to where a game's data files are\\ read\_only &bool If true, ScummVM will never try to overwrite\\ & the configuration file.\\ - autosave\_period&number The seconds between autosaving (default: 300) + autosave\_period &number The seconds between autosaving (default: 300)\\ save\_slot &number The save game number to load on startup.\\ savepath &string The path to where a game will store its\\ & savegames.\\ @@ -75,9 +75,9 @@ The following keywords are recognized: description &string The description of the game as it will appear\\ & in the launcher.\\ \\ - language &string Specify language (en, de, fr, it, pt, es, jp,\\ + language &string Specify language (en, us, de, fr, it, pt, es, jp,\\ & zh, kr, se, gb, hb, cz, ru)\\ - speech\_mute &bool &If true, speech is muted\\ + speech\_mute &bool If true, speech is muted\\ subtitles &bool Set to true to enable subtitles.\\ talkspeed &number Text speed\\ \\ |