aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-08-11 08:45:48 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-08-11 08:45:48 -0400
commit58e1d2b46d09b79ad9c43ae177057c8578294649 (patch)
tree7bb89504ad880952e09a43daf9c851e7d57111ab /doc
parentde1058d449489faf3b518154835227a742361903 (diff)
Fixed some documentation typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/09_Themes.md2
-rw-r--r--doc/14_Appendix.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/09_Themes.md b/doc/09_Themes.md
index 70159710..eda6e47a 100644
--- a/doc/09_Themes.md
+++ b/doc/09_Themes.md
@@ -64,7 +64,7 @@ parameters, or create an abbreviated *~/.textadept/themes/light.lua* using Lua's
-- File *~/.textadept/themes/light.lua*
dofile(_HOME..'/themes/light.lua')
buffer.property['font'] = 'Monospace'
- buffer.property['fontsize'] = size
+ buffer.property['fontsize'] = 12
Either one loads Textadept's "light" theme, but applies your font preferences.
The same techniques work for tweaking individual theme colors and/or styles, but
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index f128c667..47135409 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -174,7 +174,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** | |