From 098be412f70bb6722c6751b70f939f08f70e196d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 9 Oct 2013 00:23:46 -0400 Subject: More LuaDoc updates. --- doc/06_AdeptEditing.md | 2 +- doc/08_Preferences.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index f27df547..9356f0e6 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -14,7 +14,7 @@ Usually, brace ('(', '[', '{') and quote (''', '"') characters go together in pairs. Textadept automatically inserts the complement character of any user-typed opening brace or quote character and allows the user to subsequently type over it. Similarly, the editor deletes the complement when -you press `Bksp` (`⌫` on Mac OSX | `Bksp` in curses) over the first. The +you press `Bksp` (`⌫` on Mac OSX | `Bksp` in curses) over the typed one. The [preferences][] page details how to configure or disable these features. [preferences]: 08_Preferences.html#Generic 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][]. -- cgit v1.2.3