diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index e1106eb9..0b953492 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -202,7 +202,7 @@ of the file onto the filesystem == Hooks *hook* [-group ] :: - execute *command* whenever an *hook_name* is triggered in *scope* + execute *command* whenever a *hook_name* is triggered in *scope* (See <> and <>) *remove-hooks* :: diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index 49762cdc..5d568cc1 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -95,7 +95,7 @@ it when pasting text. == Movement 'word' is a sequence of alphanumeric characters or underscore, and 'WORD' -is a sequence of non whitespace characters. Generally, a movement on it own +is a sequence of non whitespace characters. Generally, a movement on its own will move each selection to cover the text moved over, while holding down the Shift modifier and moving will extend each selection instead.