diff options
author | 2010-06-19 09:37:47 -0400 | |
---|---|---|
committer | 2010-06-19 09:37:47 -0400 | |
commit | 622b6d8dd846661b2b0dde432dd5567c89018d7a (patch) | |
tree | c59f45198dcd4cff98ec09d94c2b9ca0c71871d9 /modules/textadept/session.lua | |
parent | 782c583aa46ba0e04f87749126e06f1d81780f7d (diff) | |
download | textadept-622b6d8dd846661b2b0dde432dd5567c89018d7a.tar.gz textadept-622b6d8dd846661b2b0dde432dd5567c89018d7a.zip |
Small changes to dynamic args messages and Luadoc.
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r-- | modules/textadept/session.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 5f5c4666..057ea449 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -11,7 +11,7 @@ module('_m.textadept.session', package.seeall) -- -- * `DEFAULT_SESSION`: The path to the default session file. -- * `SAVE_ON_QUIT`: Save the session when quitting. Defaults to true and can be --- disabled by passing the command line switch '-n' or '--no-session' to +-- disabled by passing the command line switch '-n' or '--nosession' to -- Textadept. -- settings |