From d405b9a137813fbeaf34ee72d94fb42720d354b7 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Sun, 2 Nov 2008 13:27:03 +1030 Subject: [PATCH] * README: Added reference to online documentation. * wesnoth-mode.texi: Removed comments, fixed lack of @kbd around C-SPC C-SPC reference. --- README | 3 +++ wesnoth-mode.texi | 24 ++++-------------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/README b/README index 883f61f..1f8b603 100644 --- a/README +++ b/README @@ -11,6 +11,9 @@ If texinfo installed, the manual can be produced in PDF and info format using: $ make doc +Otherwise, an online version of the manual can be found here: +http://www.wesnoth.org/wiki/Wesnoth_Mode + For the latest updates and information or if you have any questions, problems or suggestions regarding Wesnoth Mode, please direct them to: http://www.wesnoth.org/forum/viewtopic.php?t=13798. diff --git a/wesnoth-mode.texi b/wesnoth-mode.texi index 38eabe6..60298b2 100644 --- a/wesnoth-mode.texi +++ b/wesnoth-mode.texi @@ -101,7 +101,6 @@ Customisation @end menu @node Introduction, Navigation, Top, Top -@comment node-name, next, previous, up @chapter Introduction @menu @@ -110,7 +109,6 @@ Customisation @end menu @node Summary, Getting Started, Introduction, Introduction -@comment node-name, next, previous, up @section Summary Wesnoth Mode is a major mode for Emacs which assists in the editing of the @@ -131,7 +129,6 @@ more information, please refer to the Emacs manual. @footnote{@uref{http://www.gnu.org/software/emacs/manual/html_node/emacs/}} @node Getting Started, , Summary, Introduction -@comment node-name, next, previous, up @section Getting Started To use Wesnoth Mode, add the following to your @file{.emacs}: @@ -152,7 +149,6 @@ The latest version of Wesnoth Mode along with release notes can be found at @uref{http://www.wesnoth.org/forum/viewtopic.php?t=13798}. @node Navigation, Inserting Elements, Introduction, Top -@comment node-name, next, previous, up @chapter Navigation @menu @@ -172,7 +168,6 @@ adjusted or added for increased productivity. These will be explained in the following sections. @node Moving Across Elements, Matching Elements, Navigation Introduction, Navigation -@comment node-name, next, previous, up @section Moving Across Elements @kindex @kbd{C-M-a} @kindex @kbd{C-M-e} @@ -183,7 +178,6 @@ immediately before the element. When there are no more elements are available in that direction, point will not move. @node Matching Elements, , Moving Across Elements, Navigation -@comment node-name, next, previous, up @section Matching Elements @kindex @kbd{C-c C-o} @@ -195,7 +189,6 @@ the matching closing element. Otherwise, the jump will position point at the beginning of the corresponding opening element. @node Inserting Elements, Checking WML, Navigation, Top -@comment node-name, next, previous, up @chapter Inserting Elements @menu @@ -206,7 +199,6 @@ at the beginning of the corresponding opening element. @end menu @node Standard Completion, Tab-Completion, Inserting Elements, Inserting Elements -@comment node-name, next, previous, up @section Standard Completion @kindex @kbd{C-c C-t} @kindex @kbd{M-TAB} @@ -244,7 +236,6 @@ inserted where possible, with point positioned between. Otherwise, point will be placed immediately after the inserted text. @node Tab-Completion, Wrapping Elements, Standard Completion, Inserting Elements -@comment node-name, next, previous, up @section Tab-Completion @kindex @kbd{TAB} Completion can also be performed immediately within the buffer via @@ -275,7 +266,6 @@ three blocks, @kbd{C-u 3 TAB} can be used. See @ref{Wrapping Elements} for more information. @node Wrapping Elements, Missing Elements, Tab-Completion, Inserting Elements -@comment node-name, next, previous, up @section Wrapping Elements When inserting tags and some preprocessor statements, either via their respective insertion command or via @kbd{TAB}, an optional numeric @@ -315,13 +305,12 @@ displayed in the echo area. The region Wesnoth Mode checks for missing elements can be adjusted enabling transient-mark-mode prior to inserting the missing element. To narrow the region checked, move to the start of the region and enable -transient-mark-mode (this is bound to C-Space C-space by default) at -point temporarily by default. Then move point to the location to insert -the missing element and use @kbd{C-c C-/}. The first missing -tag located in the region will be inserted at point. +transient-mark-mode (this is bound to @kbd{C-Space C-Space} by default) +at point temporarily by default. Then move point to the location to +insert the missing element and use @kbd{C-c C-/}. The first missing tag +located in the region will be inserted at point. @node Checking WML, Customisation, Inserting Elements, Top -@comment node-name, next, previous, up @chapter Checking WML @menu @@ -329,7 +318,6 @@ tag located in the region will be inserted at point. @end menu @node Usage and Capabilities, , Checking WML, Checking WML -@comment node-name, next, previous, up @section Usage and Capabilities @kindex @kbd{C-c C-c} Checking of the current buffer can be performed using @kbd{C-c C-c}. @@ -353,7 +341,6 @@ specific to the version of WML known by Wesnoth Mode. See @ref{Wesnoth Update} for more information. @node Customisation, Key Index, Checking WML, Top -@comment node-name, next, previous, up @chapter Customisation @menu @@ -363,7 +350,6 @@ Update} for more information. @end menu @node Indentation, Wesnoth Update, Customisation, Customisation -@comment node-name, next, previous, up @section Indentation The style of indentation can be customised using @@ -388,7 +374,6 @@ level. Its value should be an integer. This is set to `4' by default, which is the convention used when indenting WML. @node Wesnoth Update, Macro Definitions, Indentation, Customisation -@comment node-name, next, previous, up @section Wesnoth Update Wesnoth Update controls the known WML data for Wesnoth Mode. To update @@ -436,7 +421,6 @@ automatically updated when needed.) @kbd{C-u C-c C-u} can be used to clear known local macro definitions. @node Key Index, , Customisation, Top -@comment node-name, next, previous, up @unnumbered Key Index @printindex ky -- 2.11.4.GIT