From 9e28a56b81564d079d38459b742cb564efe92667 Mon Sep 17 00:00:00 2001 From: Jacob Egner Date: Sun, 25 Feb 2024 10:22:44 -0600 Subject: [PATCH] {grand, every} rephrasings for clarity and consistency --- docs/user/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/README.md b/docs/user/README.md index 2198bbb24f..4589addccc 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -207,22 +207,22 @@ And here is a table of the spoken forms: ##### `"every"` -The command `"every"` can be used to select a syntactic element and all of its matching siblings. +The modifier `"every"` can be used to select a syntactic element and all of its matching siblings. - `"take every key air"` - `"take every funk air"` - `"take every key"` (if cursor is currently within a key) -For example, the command `take every key [blue] air` will select every key in the map/object/dict including the token with a blue hat over the letter 'a'. +For example, the command `"take every key [blue] air"` will select every key in the map/object/dict including the token with a blue hat over the letter 'a'. ##### `"grand"` -The command `"grand"` can be used to select the grand parent of the containing syntactic element. +The modifier `"grand"` can be used to select the parent of the containing syntactic element. - `"take grand statement air"` - `"take grand funk air"` -For example, the command `take grand statement [blue] air` will select that parent statement of the statement containing the token with a blue hat over the letter 'a'. +For example, the command `"take grand statement [blue] air"` will select that parent statement of the statement containing the token with a blue hat over the letter 'a'. ##### Sub-token modifiers