From a09459af7789d3c8aa781586478917cbb3ef99ae Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 4 Aug 2020 17:16:09 -0400 Subject: Updated LuaDoc. --- modules/textadept/find.lua | 2 ++ modules/textadept/session.lua | 2 ++ 2 files changed, 4 insertions(+) (limited to 'modules/textadept') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 330bd4c9..7a885825 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -95,6 +95,8 @@ local preferred_view --- -- Map of directory paths to filters used in `ui.find.find_in_files()`. +-- This table is updated when the user manually specifies a filter in the +-- "Filter" entry during an "In files" search. -- @class table -- @name find_in_files_filters -- @see find_in_files diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index b209b4eb..61bd2376 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -139,6 +139,8 @@ end -- Saves the session to file *filename* or the user-selected file. -- Saves split views, opened buffers, cursor information, recent files, and -- bookmarks. +-- Upon quitting, the current session is saved to *filename* again, unless +-- `textadept.session.save_on_quit` is `false`. -- @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