Skip to content

Commit f2b64b7

Browse files
committed
Minor edits
1 parent e350c5a commit f2b64b7

4 files changed

Lines changed: 22 additions & 23 deletions

File tree

reference/5.1/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
This article documents the functions provided by PSReadLine. These functions
44
can be bound to keystrokes for easy access and invocation.
55
Locale: en-US
6-
ms.date: 10/10/2023
6+
ms.date: 06/17/2025
77
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_functions?view=powershell-5.1&WT.mc_id=ps-gethelp
88
schema: 2.0.0
99
title: about_PSReadLine_Functions
@@ -980,20 +980,20 @@ pressing the `#` key sends 10 `#` characters (`##########`) to the input line.
980980
Similarly, you can use this with other operations, like `<Delete>` or
981981
`Left-Arrow`.
982982

983-
- Windows mode: `<Alt+0>`, `<Alt+1>`, `<Alt+2>`, `<Alt+3>`, `<Alt+4>`, `<Alt+5>`,
984-
`<Alt+6>`, `<Alt+7>`, `<Alt+8>`, `<Alt+9>`, `<Alt+->`
983+
- Windows mode: `<Alt+0>`, `<Alt+1>`, `<Alt+2>`, `<Alt+3>`, `<Alt+4>`,
984+
`<Alt+5>`, `<Alt+6>`, `<Alt+7>`, `<Alt+8>`, `<Alt+9>`, `<Alt+->`
985985
- Emacs mode: `<Alt+0>`, `<Alt+1>`, `<Alt+2>`, `<Alt+3>`, `<Alt+4>`, `<Alt+5>`,
986986
`<Alt+6>`, `<Alt+7>`, `<Alt+8>`, `<Alt+9>`, `<Alt+->`
987987
- Vi command mode: `<0>`, `<1>`, `<2>`, `<3>`, `<4>`, `<5>`, `<6>`, `<7>`,
988988
`<8>`, `<9>`
989989

990990
### InvokePrompt
991991

992-
Attempt to erase the current prompt and call the prompt function to redisplay
992+
Attempts to erase the current prompt and call the prompt function to redisplay
993993
the prompt. Useful for custom key handlers that change state. For example,
994-
change the current directory. This method cannot overwrite a prompt that has
995-
left the screen buffer. Calls to InvokePrompt with no Y position argument will
996-
immediately return if the prompt cannot be overwritten.
994+
change the current directory. This method can't overwrite a prompt that has
995+
left the screen buffer. Calls to `InvokePrompt` with no `Y` position argument
996+
return immediately if the prompt can't be overwritten.
997997

998998
- Function is unbound.
999999

reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
This article documents the functions provided by PSReadLine. These functions
44
can be bound to keystrokes for easy access and invocation.
55
Locale: en-US
6-
ms.date: 03/03/2025
6+
ms.date: 06/17/2025
77
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_functions?view=powershell-7.4&WT.mc_id=ps-gethelp
88
schema: 2.0.0
99
title: about_PSReadLine_Functions
@@ -1179,11 +1179,11 @@ Similarly, you can use this with other operations, like `<Delete>` or
11791179

11801180
### InvokePrompt
11811181

1182-
Attempt to erase the current prompt and call the prompt function to redisplay
1182+
Attempts to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method cannot overwrite a prompt that has
1185-
left the screen buffer. Calls to InvokePrompt with no Y position argument will
1186-
immediately return if the prompt cannot be overwritten.
1184+
change the current directory. This method can't overwrite a prompt that has
1185+
left the screen buffer. Calls to `InvokePrompt` with no `Y` position argument
1186+
return immediately if the prompt can't be overwritten.
11871187

11881188
- Function is unbound.
11891189

@@ -1339,7 +1339,6 @@ Show the tooltip of the currently selected list item in the full view.
13391339
- Emacs mode: `F4`
13401340
- Vi insert mode: `F4`
13411341

1342-
13431342
### SwitchPredictionView
13441343

13451344
Switch the view style for prediction between `InlineView` and `ListView`.

reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
This article documents the functions provided by PSReadLine. These functions
44
can be bound to keystrokes for easy access and invocation.
55
Locale: en-US
6-
ms.date: 03/03/2025
6+
ms.date: 06/17/2025
77
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_functions?view=powershell-7.5&WT.mc_id=ps-gethelp
88
schema: 2.0.0
99
title: about_PSReadLine_Functions
@@ -1179,11 +1179,11 @@ Similarly, you can use this with other operations, like `<Delete>` or
11791179

11801180
### InvokePrompt
11811181

1182-
Attempt to erase the current prompt and call the prompt function to redisplay
1182+
Attempts to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method cannot overwrite a prompt that has
1185-
left the screen buffer. Calls to InvokePrompt with no Y position argument will
1186-
immediately return if the prompt cannot be overwritten.
1184+
change the current directory. This method can't overwrite a prompt that has
1185+
left the screen buffer. Calls to `InvokePrompt` with no `Y` position argument
1186+
return immediately if the prompt can't be overwritten.
11871187

11881188
- Function is unbound.
11891189

reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
This article documents the functions provided by PSReadLine. These functions
44
can be bound to keystrokes for easy access and invocation.
55
Locale: en-US
6-
ms.date: 03/03/2025
6+
ms.date: 06/17/2025
77
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_functions?view=powershell-7.6&WT.mc_id=ps-gethelp
88
schema: 2.0.0
99
title: about_PSReadLine_Functions
@@ -1179,11 +1179,11 @@ Similarly, you can use this with other operations, like `<Delete>` or
11791179

11801180
### InvokePrompt
11811181

1182-
Attempt to erase the current prompt and call the prompt function to redisplay
1182+
Attempts to erase the current prompt and call the prompt function to redisplay
11831183
the prompt. Useful for custom key handlers that change state. For example,
1184-
change the current directory. This method cannot overwrite a prompt that has
1185-
left the screen buffer. Calls to InvokePrompt with no Y position argument will
1186-
immediately return if the prompt cannot be overwritten.
1184+
change the current directory. This method can't overwrite a prompt that has
1185+
left the screen buffer. Calls to `InvokePrompt` with no `Y` position argument
1186+
return immediately if the prompt can't be overwritten.
11871187

11881188
- Function is unbound.
11891189

0 commit comments

Comments
 (0)