diff options
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index c137d0d24..8bd0ef7c2 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2050,7 +2050,7 @@ sect(Character Highlighting) The line editor has the ability to highlight characters or regions of the line that have a particular significance. This is controlled -by the array parameter tt(zsh_highlight), if it has been set by the user. +by the array parameter tt(zle_highlight), if it has been set by the user. If the parameter contains the single entry tt(none) all highlighting is turned off. Note the parameter is still expected to be an array. |