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.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index 24554e35..49c49568 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -7,8 +7,8 @@ local M = {}
-- Session support for Textadept.
-- @field DEFAULT_SESSION (string)
-- The path to the default session file.
--- The default value is `_USERHOME/session`, or `_USERHOME/session_term` if
--- [`_G.NCURSES`][] is `true`.
+-- The default value is *`_USERHOME`/session*, or *`_USERHOME`/session_term*
+-- if [`_G.NCURSES`][] is `true`.
--
-- [`_G.NCURSES`]: _G.html#NCURSES
-- @field SAVE_ON_QUIT (bool)