aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:30:45 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:30:45 -0400
commitb1f13a8a4331c01de10cff16a8f1ded8030c89a8 (patch)
treeb37a8360c0e8965a343c9997cfdeb3fa283e8036 /doc
parent79050d83fca683e6b4eb949c3b1ed786d7306b89 (diff)
Updated migration guide; doc/14_Appendix.md
Diffstat (limited to 'doc')
-rw-r--r--doc/14_Appendix.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index d6e8e344..0c1d98ed 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -362,6 +362,8 @@ properties:
`buffer.lexer_language = language_name`
* `buffer:style_get_font(style_num)` -> `buffer.style_font[style_num]`
+These changes will affect custom themes.
+
##### `goto_required`
`_M.lua.goto_required()`, `_M.php.goto_required()`, and
@@ -370,8 +372,8 @@ projects re-define or define their own search paths.
##### `prepare_for_save`
-`_M.textadept.editing.prepare_for_save()` moved directly into an event handler
-and cannot be called separately anymore.
+`_M.textadept.editing.prepare_for_save()` was moved directly into an event
+handler and cannot be called separately anymore.
##### Sessions