From 8527adcebc33243664bcb2b19d63ac6a66e584be Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Mon, 24 Jun 2013 15:33:41 -0400
Subject: Removed `_G.RESETTING`; test for `arg` instead.
---
doc/14_Appendix.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'doc')
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\*
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()][]\*
+open |Changed |\_G.[io.snapopen()][]†
**events** | |
handlers |Removed |N/A
**gui** | |
@@ -177,7 +178,9 @@ select\_theme |Removed |N/A
**io** | |
try\_encodings |Renamed |[encodings][]
-\*Changed arguments too.
+\*`arg` is `nil` when resetting.
+
+†Changed arguments too.
[buffer.new()]: api/buffer.html#new
[filter\_through()]: api/_M.textadept.editing.html#filter_through
--
cgit v1.2.3