From 39ee8c120e62331c2d31846a18086efd059f5709 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Oct 2012 13:07:18 -0400 Subject: Updated manual. --- doc/10_Advanced.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/10_Advanced.md') 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()`. ![Command Entry](images/commandentry.png) -- cgit v1.2.3