diff options
author | 2013-10-09 00:23:46 -0400 | |
---|---|---|
committer | 2013-10-09 00:23:46 -0400 | |
commit | 098be412f70bb6722c6751b70f939f08f70e196d (patch) | |
tree | 15e8a7961b38d85cb3c1966ad929b21fbf7cccfd /doc/08_Preferences.md | |
parent | c9094906de1a7a306c8fdc27a2dc13c65ac40cf8 (diff) | |
download | textadept-098be412f70bb6722c6751b70f939f08f70e196d.tar.gz textadept-098be412f70bb6722c6751b70f939f08f70e196d.zip |
More LuaDoc updates.
Diffstat (limited to 'doc/08_Preferences.md')
-rw-r--r-- | doc/08_Preferences.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index a6e0a09f..36bab575 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -167,8 +167,8 @@ spaces by default, your *~/.textadept/properties.lua* would contain: (Remember that in order to have per-filetype properties, you need to have a [language module][].) -Textadept's *properties.lua* is a good reference to see available properties to -set. It also has many commented out properties that you can copy to your +Textadept's *properties.lua* is a good "quick reference" for configurable +properties. It also has many commented out properties that you can copy to your *~/.textadept/properties.lua* and uncomment to turn on or change the value of. Use [Adeptsense][] to view a property's documentation or read the [LuaDoc][]. |