Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler authored Oct 2, 2023
1 parent 0976c43 commit 5cdaafd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions reference/7.2/PSReadLine/Set-PSReadLineOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@ Valid values are as follows:
- **SaveNothing**: Don't use a history file.

> [!NOTE]
> If you set `HistorySaveStyle` to `SaveNothing` in a session and then later set `SaveIncrementally`,
> the commands previously run in the same session will be saved to history.
> If you set **HistorySaveStyle** to `SaveNothing` and then set it to `SaveIncrementally` later in
> the same session, PSReadLine saves all the commands previously run in the session.

```yaml
Type: Microsoft.PowerShell.HistorySaveStyle
Expand Down
4 changes: 2 additions & 2 deletions reference/7.3/PSReadLine/Set-PSReadLineOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@ Valid values are as follows:
- **SaveNothing**: Don't use a history file.

> [!NOTE]
> If you set `HistorySaveStyle` to `SaveNothing` in a session and then later set `SaveIncrementally`,
> the commands previously run in the same session will be saved to history.
> If you set **HistorySaveStyle** to `SaveNothing` and then set it to `SaveIncrementally` later in
> the same session, PSReadLine saves all the commands previously run in the session.

```yaml
Type: Microsoft.PowerShell.HistorySaveStyle
Expand Down
4 changes: 2 additions & 2 deletions reference/7.4/PSReadLine/Set-PSReadLineOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@ Valid values are as follows:
- **SaveNothing**: Don't use a history file.

> [!NOTE]
> If you set `HistorySaveStyle` to `SaveNothing` in a session and then later set `SaveIncrementally`,
> the commands previously run in the same session will be saved to history.
> If you set **HistorySaveStyle** to `SaveNothing` and then set it to `SaveIncrementally` later in
> the same session, PSReadLine saves all the commands previously run in the session.

```yaml
Type: Microsoft.PowerShell.HistorySaveStyle
Expand Down

0 comments on commit 5cdaafd

Please sign in to comment.