Skip to content

Commit e350c5a

Browse files
committed
Fix line lengths
1 parent c3953c2 commit e350c5a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

reference/5.1/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -989,10 +989,10 @@ Similarly, you can use this with other operations, like `<Delete>` or
989989

990990
### InvokePrompt
991991

992-
Attempt to erase the current prompt and call the prompt function to redisplay the
993-
prompt. Useful for custom key handlers that change state. For example, change
994-
the current directory. This method cannot overwrite a prompt that has left the
995-
screen buffer. Calls to InvokePrompt with no Y position argument will
992+
Attempt to erase the current prompt and call the prompt function to redisplay
993+
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
996996
immediately return if the prompt cannot be overwritten.
997997

998998
- Function is unbound.

reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,10 @@ 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 the
1183-
prompt. Useful for custom key handlers that change state. For example, change
1184-
the current directory. This method cannot overwrite a prompt that has left the
1185-
screen buffer. Calls to InvokePrompt with no Y position argument will
1182+
Attempt to erase the current prompt and call the prompt function to redisplay
1183+
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
11861186
immediately return if the prompt cannot be overwritten.
11871187

11881188
- Function is unbound.

reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,10 @@ 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 the
1183-
prompt. Useful for custom key handlers that change state. For example, change
1184-
the current directory. This method cannot overwrite a prompt that has left the
1185-
screen buffer. Calls to InvokePrompt with no Y position argument will
1182+
Attempt to erase the current prompt and call the prompt function to redisplay
1183+
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
11861186
immediately return if the prompt cannot be overwritten.
11871187

11881188
- Function is unbound.

reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,10 @@ 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 the
1183-
prompt. Useful for custom key handlers that change state. For example, change
1184-
the current directory. This method cannot overwrite a prompt that has left the
1185-
screen buffer. Calls to InvokePrompt with no Y position argument will
1182+
Attempt to erase the current prompt and call the prompt function to redisplay
1183+
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
11861186
immediately return if the prompt cannot be overwritten.
11871187

11881188
- Function is unbound.

0 commit comments

Comments
 (0)