From 9bff1b29293b50e506936e93c14d7a65e8b0ea29 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 6 Sep 2013 23:42:13 -0400 Subject: Updated LuaDoc. --- modules/textadept/session.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/textadept/session.lua') diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index f31a944e..8ae408fd 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -17,7 +17,7 @@ local M = {} -- The default value is `true`, but is disabled when passing the command line -- switch `-n` or `--nosession` to Textadept. -- @field MAX_RECENT_FILES (number) --- The maximum number of recent files to save to the session. +-- The maximum number of recent files to save to session files. -- Recent files are stored in [`io.recent_files`][]. -- The default value is `10`. -- @@ -29,8 +29,8 @@ M.SAVE_ON_QUIT = true M.MAX_RECENT_FILES = 10 --- --- Loads the Textadept session file *filename* or prompts the user to select --- one, returning `true` if the session file was opened and read. +-- Loads Textadept session file *filename* or prompts the user to selectone, +-- returning `true` if the session file was opened and read. -- Textadept restores split views, opened buffers, cursor information, and -- recent files. -- @param filename Optional absolute path to the session file to load. If `nil`, -- cgit v1.2.3