diff options
author | 2013-09-23 23:25:15 -0400 | |
---|---|---|
committer | 2013-09-23 23:25:15 -0400 | |
commit | 3f566741f708030014a56ad0c69e874db7ec4240 (patch) | |
tree | a1e686d8ce3d75db73c322e29fc4c1659ad72b50 /modules/textadept/session.lua | |
parent | 32edfc6757c760100487e6b1dae562464ad73992 (diff) | |
download | textadept-3f566741f708030014a56ad0c69e874db7ec4240.tar.gz textadept-3f566741f708030014a56ad0c69e874db7ec4240.zip |
Code and documentation cleanup.
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 7d10ab46..c7984481 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -119,7 +119,7 @@ events.connect(events.ARG_NONE, function() end) --- --- Saves a Textadept session to file *filename* or a user-selected file. +-- Saves a Textadept session to file *filename* or user-selected file. -- Saves split views, opened buffers, cursor information, and recent files. -- @param filename Optional absolute path to the session file to save. If `nil`, -- the user is prompted for one. |