Skip to content

Commit 92af597

Browse files
Update head/tail docs with regards to surrounding pairs (#2676)
## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] 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 --------- Co-authored-by: Pokey Rule <[email protected]>
1 parent 4ea3bb6 commit 92af597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cheatsheet/sections/modifiers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_modifiers():
6464
"variations": [
6565
{
6666
"spokenForm": complex_modifiers["extendThroughStartOf"],
67-
"description": "Extend through start of line",
67+
"description": "Extend through start of line/pair",
6868
},
6969
{
7070
"spokenForm": f"{complex_modifiers['extendThroughStartOf']} <modifier>",
@@ -78,7 +78,7 @@ def get_modifiers():
7878
"variations": [
7979
{
8080
"spokenForm": complex_modifiers["extendThroughEndOf"],
81-
"description": "Extend through end of line",
81+
"description": "Extend through end of line/pair",
8282
},
8383
{
8484
"spokenForm": f"{complex_modifiers['extendThroughEndOf']} <modifier>",

0 commit comments

Comments
 (0)