Fixed a typo in the documentation - "test" -> "text"
This commit is contained in:
parent
a0c787e966
commit
0a2428c448
|
@ -1026,7 +1026,7 @@ Registers
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
Registers are named lists of text. They are used for various purposes, like
|
Registers are named lists of text. They are used for various purposes, like
|
||||||
storing the last yanked test, or the captured groups associated with the
|
storing the last yanked text, or the captured groups associated with the
|
||||||
selections.
|
selections.
|
||||||
|
|
||||||
Yanking and pasting uses the register `"`, however most commands using a register
|
Yanking and pasting uses the register `"`, however most commands using a register
|
||||||
|
|
|
@ -9,7 +9,7 @@ Description
|
||||||
-----------
|
-----------
|
||||||
Registers are named lists of text -instead of simply text- in order to interact
|
Registers are named lists of text -instead of simply text- in order to interact
|
||||||
well with multiselection. They are used for various purposes, like storing
|
well with multiselection. They are used for various purposes, like storing
|
||||||
the last yanked test, or the captured groups associated with the selections.
|
the last yanked text, or the captured groups associated with the selections.
|
||||||
|
|
||||||
Interacting
|
Interacting
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user