aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:52:12 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:52:12 -0400
commit16bf7c94537afe0883b1e80b2dbdbfaf7e6d391a (patch)
tree6f16c0afd7c81df7d0ae6bfe94e8c4d120daa29f /doc
parentcf3c9f4a39dd6ddfc62f09b666cd2522c5ff522e (diff)
Renamed `textadept.session` fields.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 61ec80d3..4794a8fd 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1879,6 +1879,10 @@ STRIP\_TRAILING\_SPACES |Replaced|[strip\_trailing\_spaces][]
AUTOCOMPLETE\_ALL |Replaced|[autocomplete\_all\_words][]
char\_matches |Replaced|[auto\_pairs][]
braces |Replaced|[brace\_matches][]
+**textadept.session** | |
+DEFAULT\_SESSION |Renamed |[default\_session][]
+SAVE\_ON\_QUIT |Renamed |[save\_on\_quit][]
+MAX\_RECENT\_FILES |Renamed |[max\_recent\_files][]
[default\_filter]: api.html#lfs.default_filter
[dir\_foreach()]: api.html#lfs.dir_foreach
@@ -1894,6 +1898,9 @@ braces |Replaced|[brace\_matches][]
[strip\_trailing\_spaces]: api.html#textadept.editing.strip_trailing_spaces
[autocomplete\_all\_words]: api.html#textadept.editing.autocomplete_all_words
[brace\_matches]: api.html#textadept.editing.brace_matches
+[default\_session]: api.html#textadept.session.default_session
+[save\_on\_quit]: api.html#textadept.session.save_on_quit
+[max\_recent\_files]: api.html#textadept.session.max_recent_files
#### Language Module Handling Changes