aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-01 23:20:30 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-01 23:20:30 -0400
commit38788d01b42165d916467f8aec84121d5c1f6fe0 (patch)
tree8e4557272ace380e372833d364859c4a7b9e6a00 /doc/14_Appendix.md
parentd633a4c74e824113f5d242cb18573fed3015bc27 (diff)
Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 663be78d..682582fb 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -176,6 +176,8 @@ contextmenu |Removed |N/A
MARK\_ERROR\_BACK |Renamed |[ERROR\_COLOR][]
**_M.textadept.snapopen** |Removed |N/A
open |Changed |\_G.[io.snapopen()][]<sup>†</sup>
+**buffer** | |
+get\_style\_name(buffer, n) |Renamed |[style\_name][]\[n\]
**events** | |
N/A |New |[INITIALIZED][]<sup>‡</sup>
handlers |Removed |N/A
@@ -207,6 +209,7 @@ not all buffer functions are available at the `require()` stage. See
[select\_enclosed()]: api/textadept.editing.html#select_enclosed
[ERROR\_COLOR]: api/textadept.run.html#ERROR_COLOR
[io.snapopen()]: api/io.html#snapopen
+[style\_name]: api/buffer.html#style_name
[INITIALIZED]: api/events.html#INITIALIZED
[ui]: api/ui.html
[maximized]: api/ui.html#maximized