diff options
author | 2011-10-02 21:59:27 -0400 | |
---|---|---|
committer | 2011-10-02 21:59:27 -0400 | |
commit | 41a769385f00549a2136cefbdfa0819278aaba81 (patch) | |
tree | e8b705be8c358baea6b368c46d04ee7fbb85bb8d /doc/manual | |
parent | 327f90996bc62f73ad5b9e6e3c8a27b44c41607a (diff) | |
download | textadept-41a769385f00549a2136cefbdfa0819278aaba81.tar.gz textadept-41a769385f00549a2136cefbdfa0819278aaba81.zip |
Updated manual.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/13_Help.md | 2 | ||||
-rw-r--r-- | doc/manual/2_Installation.md | 2 | ||||
-rw-r--r-- | doc/manual/3_UserInterface.md | 2 | ||||
-rw-r--r-- | doc/manual/6_AdeptEditing.md | 3 | ||||
-rw-r--r-- | doc/manual/9_Preferences.md | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/doc/manual/13_Help.md b/doc/manual/13_Help.md index f80b6e47..8116b125 100644 --- a/doc/manual/13_Help.md +++ b/doc/manual/13_Help.md @@ -12,4 +12,4 @@ Textadept has a [mailing list](http://groups.google.com/group/textadept) and a [freenode.net](http://freenode.net) in `#textadept`. <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> -<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> +<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> diff --git a/doc/manual/2_Installation.md b/doc/manual/2_Installation.md index a0405787..7ac447ae 100644 --- a/doc/manual/2_Installation.md +++ b/doc/manual/2_Installation.md @@ -4,7 +4,7 @@ In its bid for minimalism, Textadept also needs very little to run. In fact, the only thing it needs is [GTK+ 2.0](http://gtk.org) >= 2.16 on Linux systems. GTK -is already included in Windows and Mac OSX packages. Textadept also has it's own +is already included in Windows and Mac OSX packages. Textadept also has its own version of Lua. Note: for Win32 and Mac OSX, more than 3/4 of the download and unpackaged diff --git a/doc/manual/3_UserInterface.md b/doc/manual/3_UserInterface.md index e71eecce..7ec601e7 100644 --- a/doc/manual/3_UserInterface.md +++ b/doc/manual/3_UserInterface.md @@ -38,4 +38,4 @@ pops in and out as you wish. The left side of the statusbar displays any status messages. The right side shows the current buffer's status. -<br/><br/><br/> +<br/><br/><br/><br /> diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md index cf714c00..2752eb2c 100644 --- a/doc/manual/6_AdeptEditing.md +++ b/doc/manual/6_AdeptEditing.md @@ -93,7 +93,8 @@ sequences when no selection is present does not have the same effect. The indent size is usually set by a [language-specific module](7_Modules.html#buffer_properties) or the [theme](8_Themes.html#buffer). -Textadept shows what it is using for indentation in the document statusbar. +You can set it manually using the `Buffer -> Indentation` menu. Textadept shows +what it is using for indentation in the document statusbar.  diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md index e12b0c72..e86ba132 100644 --- a/doc/manual/9_Preferences.md +++ b/doc/manual/9_Preferences.md @@ -35,8 +35,8 @@ with require 'textadept.snapopen' require 'textadept.snippets' - --require 'textadept.menu' require 'textadept.keys' + --require 'textadept.menu' Note that his list was obtained from the `textadept` module's `init.lua` which is located in the `modules/textadept/` directory. |