aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-07-14 17:10:41 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-07-14 17:10:41 -0400
commit93e209737bf988a55972def61c4734590527d5f9 (patch)
tree64f5cd6d72e1f8671364e026ecd2dd6b5f544c88 /doc/manual
parent18d20786ed8844680ba1ef05b1c8bd5654f9dd70 (diff)
downloadtextadept-93e209737bf988a55972def61c4734590527d5f9.tar.gz
textadept-93e209737bf988a55972def61c4734590527d5f9.zip
Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/9_Preferences.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md
index 9dcf8c63..fb09eb7d 100644
--- a/doc/manual/9_Preferences.md
+++ b/doc/manual/9_Preferences.md
@@ -55,7 +55,7 @@ whitespace stripping on save, your `~/.textadept/init.lua` might look like:
require 'textadept'
_m.textadept.editing.AUTOPAIR = false
- _m.textadept.editing.SAVE_STRIPS_WS = false
+ _m.textadept.editing.STRIP_WHITESPACE_ON_SAVE = false
#### Other