diff options
| author | Tim Allen <screwtape@froup.com> | 2019-12-06 20:00:05 +1100 |
|---|---|---|
| committer | Tim Allen <screwtape@froup.com> | 2019-12-06 20:01:07 +1100 |
| commit | 3a23fdf15a4e8d40feeb2c2134251fd1c9d4a9b1 (patch) | |
| tree | 36c11e3133b25698598a2cb0c0fb3d35b6089199 | |
| parent | 1fffd38b568250ee8f54dc837ff1bf3ecb451a7c (diff) | |
registers.asciidoc: I don't think selections have captured groups.
| -rw-r--r-- | doc/pages/registers.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pages/registers.asciidoc b/doc/pages/registers.asciidoc index ac0f08a8..5e43050f 100644 --- a/doc/pages/registers.asciidoc +++ b/doc/pages/registers.asciidoc @@ -4,7 +4,8 @@ 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 text, or the captured groups associated with the selections. +yanked text, the locations of selections in a buffer, or groups captured by a +regular expression. == Interacting |
