diff --git a/reference/7.2/PSReadLine/Set-PSReadLineOption.md b/reference/7.2/PSReadLine/Set-PSReadLineOption.md index f6ae4ae18f0c..aa094f284549 100644 --- a/reference/7.2/PSReadLine/Set-PSReadLineOption.md +++ b/reference/7.2/PSReadLine/Set-PSReadLineOption.md @@ -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 diff --git a/reference/7.3/PSReadLine/Set-PSReadLineOption.md b/reference/7.3/PSReadLine/Set-PSReadLineOption.md index abe5ef3f1041..a87716640f5d 100644 --- a/reference/7.3/PSReadLine/Set-PSReadLineOption.md +++ b/reference/7.3/PSReadLine/Set-PSReadLineOption.md @@ -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 diff --git a/reference/7.4/PSReadLine/Set-PSReadLineOption.md b/reference/7.4/PSReadLine/Set-PSReadLineOption.md index e9c419c71956..58a0f3d60125 100644 --- a/reference/7.4/PSReadLine/Set-PSReadLineOption.md +++ b/reference/7.4/PSReadLine/Set-PSReadLineOption.md @@ -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