Skip to content

Commit 98582b3

Browse files
authored
{grand, every} rephrasings for clarity and consistency (#2250)
Related discussion: https://talonvoice.slack.com/archives/C026KPTJE6T/p1708813018817909 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [X] I have not broken the cheatsheet
1 parent baeb81f commit 98582b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,22 +207,22 @@ And here is a table of the spoken forms:
207207

208208
##### `"every"`
209209

210-
The command `"every"` can be used to select a syntactic element and all of its matching siblings.
210+
The modifier `"every"` can be used to select a syntactic element and all of its matching siblings.
211211

212212
- `"take every key air"`
213213
- `"take every funk air"`
214214
- `"take every key"` (if cursor is currently within a key)
215215

216-
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'.
216+
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'.
217217

218218
##### `"grand"`
219219

220-
The command `"grand"` can be used to select the grand parent of the containing syntactic element.
220+
The modifier `"grand"` can be used to select the parent of the containing syntactic element.
221221

222222
- `"take grand statement air"`
223223
- `"take grand funk air"`
224224

225-
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'.
225+
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'.
226226

227227
##### Sub-token modifiers
228228

0 commit comments

Comments
 (0)