diff options
author | 2012-10-17 13:07:18 -0400 | |
---|---|---|
committer | 2012-10-17 13:07:18 -0400 | |
commit | 39ee8c120e62331c2d31846a18086efd059f5709 (patch) | |
tree | 64a2d66f93f43281eacd65b21cb0868e99542852 /doc/10_Advanced.md | |
parent | 28b1bccb2ed38faacfcc77674081db207c32cf89 (diff) | |
download | textadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip |
Updated manual.
Diffstat (limited to 'doc/10_Advanced.md')
-rw-r--r-- | doc/10_Advanced.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/10_Advanced.md b/doc/10_Advanced.md index 1009733e..04f05afe 100644 --- a/doc/10_Advanced.md +++ b/doc/10_Advanced.md @@ -8,9 +8,9 @@ inspecting, and entering `buffer` or `view` commands. If you try to cause instability in Textadept's Lua state, you might very well succeed so be careful. For available commands, see the [Lua API][]. Abbreviated commands for [`buffer`][], [`view`][] and [`gui`][] are available: the command -`buffer:append_text('foo')` can be shortened to `append_text('foo')`. As a -result, use `_G.print()` for Lua's `print()` since [`gui.print()`][] is -shortened to `print()`. +`buffer:append_text('foo')` can be shortened to `append_text('foo')`. Therefore, +use `_G.print()` for Lua's `print()` since [`gui.print()`][] is shortened to +`print()`.  |