From 190f9aaeb206bfe209291898fae17880d5f62748 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 Jun 2016 17:27:55 -0400 Subject: Lots of small LuaDoc improvements (grammar mainly). --- modules/textadept/session.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/textadept/session.lua') 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) -- cgit v1.2.3