aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r--modules/textadept/session.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index f0dea31c..e497aad0 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -27,8 +27,8 @@ M.max_recent_files = 10
---
-- Loads session file *filename* or the user-selected session, returning `true`
-- if a session file was opened and read.
--- Textadept restores split views, opened buffers, cursor information, and
--- recent files.
+-- Textadept restores split views, opened buffers, cursor information, recent
+-- files, and bookmarks.
-- @param filename Optional absolute path to the session file to load. If `nil`,
-- the user is prompted for one.
-- @return `true` if the session file was opened and read; `false` otherwise.
@@ -110,7 +110,8 @@ end)
---
-- Saves the session to file *filename* or the user-selected file.
--- Saves split views, opened buffers, cursor information, and recent files.
+-- Saves split views, opened buffers, cursor information, recent files, and
+-- bookmarks.
-- @param filename Optional absolute path to the session file to save. If `nil`,
-- the user is prompted for one.
-- @usage textadept.session.save(filename)