aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-06-24 15:33:41 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-06-24 15:33:41 -0400
commit8527adcebc33243664bcb2b19d63ac6a66e584be (patch)
treec0dae28fa47a8b0178420f4d65a44842d1e2a204 /doc/14_Appendix.md
parent9eac2fc9173845e73c8e55aec9be66c9a233da2d (diff)
downloadtextadept-8527adcebc33243664bcb2b19d63ac6a66e584be.tar.gz
textadept-8527adcebc33243664bcb2b19d63ac6a66e584be.zip
Removed `_G.RESETTING`; test for `arg` instead.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 3a8d85a0..56b6761c 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -152,6 +152,7 @@ Textadept 7 introduces API changes and a completely new theme implementation.
Old API |Change |New API
----------------------------------|:------:|-------
**_G** | |
+RESETTING |Removed |N/A<sup>\*</sup>
buffer\_new() |Renamed |\_G.[buffer.new()][]
**_M.textadept** | |
filter\_through |Removed |N/A
@@ -168,7 +169,7 @@ contextmenu |Removed |N/A
**_M.textadept.run** | |
MARK\_ERROR\_BACK |Renamed |[ERROR\_COLOR][]
**_M.textadept.snapopen** |Removed |N/A
-open |Changed |\_G.[io.snapopen()][]<sup>\*</sup>
+open |Changed |\_G.[io.snapopen()][]<sup>†</sup>
**events** | |
handlers |Removed |N/A
**gui** | |
@@ -177,7 +178,9 @@ select\_theme |Removed |N/A
**io** | |
try\_encodings |Renamed |[encodings][]
-<sup>\*</sup>Changed arguments too.
+<sup>\*</sup>`arg` is `nil` when resetting.
+
+<sup>†</sup>Changed arguments too.
[buffer.new()]: api/buffer.html#new
[filter\_through()]: api/_M.textadept.editing.html#filter_through