This commit is contained in:
Maxime Coste 2020-08-23 14:01:01 +10:00
commit ca195ffd7b
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ of the file onto the filesystem
== Hooks == Hooks
*hook* [-group <group>] <scope> <hook_name> <filtering_regex> <command>:: *hook* [-group <group>] <scope> <hook_name> <filtering_regex> <command>::
execute *command* whenever an *hook_name* is triggered in *scope* execute *command* whenever a *hook_name* is triggered in *scope*
(See <<hooks#,`:doc hooks`>> and <<scopes#,`:doc scopes`>>) (See <<hooks#,`:doc hooks`>> and <<scopes#,`:doc scopes`>>)
*remove-hooks* <scope> <group>:: *remove-hooks* <scope> <group>::

View File

@ -95,7 +95,7 @@ it when pasting text.
== Movement == Movement
'word' is a sequence of alphanumeric characters or underscore, and 'WORD' '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 will move each selection to cover the text moved over, while holding down
the Shift modifier and moving will extend each selection instead. the Shift modifier and moving will extend each selection instead.