diff --git a/cursorless-talon/src/cheatsheet/sections/scopes.py b/cursorless-talon/src/cheatsheet/sections/scopes.py index 462074bea..8a8cf9c87 100644 --- a/cursorless-talon/src/cheatsheet/sections/scopes.py +++ b/cursorless-talon/src/cheatsheet/sections/scopes.py @@ -9,7 +9,8 @@ def get_scopes(): "scopeType", { "argumentOrParameter": "Argument", - "boundedNonWhitespaceSequence": "Non whitespace sequence stopped by surrounding pair delimeters", + "boundedNonWhitespaceSequence": "Non-whitespace sequence bounded by surrounding pair delimeters", + "boundedParagraph": "Paragraph bounded by surrounding pair delimeters", }, ), { diff --git a/packages/cursorless-org-docs/src/docs/user/README.md b/packages/cursorless-org-docs/src/docs/user/README.md index 51b0612cb..f956d0722 100644 --- a/packages/cursorless-org-docs/src/docs/user/README.md +++ b/packages/cursorless-org-docs/src/docs/user/README.md @@ -276,7 +276,7 @@ The `"block"` modifier expands to above and below the target to select lines unt ##### `"short block"` -The `"short block"` scope is like `"block"`, but stops not only at empty lines but also stops if it would exit the nearest [surrounding pair](#surrounding-pair). +The `"short block"` scope is like `"block"`, but in addition to stopping at empty lines, it will also stop at the boundary of a [surrounding pair](#surrounding-pair). For example, given the text... ``` @@ -350,7 +350,7 @@ Saying `"every paint"` would select `foo.bar` and `baz|bongo`. ##### `"short paint"` -The `"short paint"` scope is like `"paint"`, but stops not only at whitespace but also stops if it would exit the nearest [surrounding pair](#surrounding-pair). For example, given the text +The `"short paint"` scope is like `"paint"`, but in addition to stopping at whitespace, it will also stop at the boundary of a [surrounding pair](#surrounding-pair). For example, given the text ``` (aaa[bbb]ccc ddd)