From 41a769385f00549a2136cefbdfa0819278aaba81 Mon Sep 17 00:00:00 2001
From: mitchell <70453897+667e-11@users.noreply.github.com>
Date: Sun, 2 Oct 2011 21:59:27 -0400
Subject: Updated manual.
---
doc/manual/13_Help.md | 2 +-
doc/manual/2_Installation.md | 2 +-
doc/manual/3_UserInterface.md | 2 +-
doc/manual/6_AdeptEditing.md | 3 ++-
doc/manual/9_Preferences.md | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
(limited to 'doc/manual')
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`.
-
+
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.
-
+
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.
--
cgit v1.2.3