diff options
Diffstat (limited to 'modules')
-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 |