From 76bf447b66be5ffe6db007b7d97a0e9687d96e40 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Jun 2013 12:18:44 -0400 Subject: Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`. --- doc/08_Preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/08_Preferences.md') diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index 2343b472..463c66c2 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -35,7 +35,7 @@ with typeover and stripping whitespace on save, add the following to your _M.textadept.editing.AUTOPAIR = false _M.textadept.editing.TYPEOVER_CHARS = false - _M.textadept.editing.STRIP_WHITESPACE_ON_SAVE = false + _M.textadept.editing.STRIP_TRAILING_SPACES = false Now suppose you want to load all of Textadept's default modules except for the menu. You cannot do this after-the-fact from *~/.textadept/init.lua*. Instead -- cgit v1.2.3