aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
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