aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:50:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:50:54 -0400
commit86ea01e60bfb452e274f0f8340bdbbea8db6ffd0 (patch)
treeaa51d5cb933dfe86c1c96fd777c24e105ca08725 /doc/manual.md
parenta83a1d95ebbdfc62f848f813089002a274806e2f (diff)
downloadtextadept-86ea01e60bfb452e274f0f8340bdbbea8db6ffd0.tar.gz
textadept-86ea01e60bfb452e274f0f8340bdbbea8db6ffd0.zip
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 0e0ddbfc..99467beb 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1856,6 +1856,8 @@ Old API |Change |New API
**lfs** | |
FILTER |Renamed |[default\_filter][]
dir\_foreach() |Changed |[dir\_foreach()][] _(Changed args)_
+**ui** | |
+SILENT\_PRINT |Renamed |[silent\_print][]
**textadept.editing** | |
snapopen(...) |Changed |[quick\_open][](paths, filter, opts)
snapopen\_filters |Renamed |[quick\_open\_filters][]
@@ -1863,6 +1865,7 @@ SNAPOPEN\_MAX |Renamed |[quick\_open\_max][]
[default\_filter]: api.html#lfs.default_filter
[dir\_foreach()]: api.html#lfs.dir_foreach
+[silent\_print]: api.html#ui.silent_print
[quick\_open]: api.html#io.quick_open
[quick\_open\_filters]: api.html#io.quick_open_filters
[quick\_open\_max]: api.html#io.quick_open_max