From 0a2428c448aa9c729ba53665339e492f6f686e4a Mon Sep 17 00:00:00 2001 From: Matt Schick Date: Sat, 17 Dec 2016 08:43:45 -0800 Subject: [PATCH] Fixed a typo in the documentation - "test" -> "text" --- README.asciidoc | 2 +- doc/manpages/registers.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 934c54a1..06e9fa66 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1026,7 +1026,7 @@ Registers ~~~~~~~~~ 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. Yanking and pasting uses the register `"`, however most commands using a register diff --git a/doc/manpages/registers.asciidoc b/doc/manpages/registers.asciidoc index 8ec294d3..163bf70e 100644 --- a/doc/manpages/registers.asciidoc +++ b/doc/manpages/registers.asciidoc @@ -9,7 +9,7 @@ Description ----------- 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 -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 -----------