1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

Matt Wozniski: typo

This commit is contained in:
Peter Stephenson 2008-04-29 20:59:32 +00:00
parent 8dc2bc1350
commit 71eafcc945
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-04-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 24895: Matt Wozniski: Doc/Zsh/zle.yo: typo.
* unposted: Src/glob.c: oops.
2008-04-29 Peter Stephenson <pws@csr.com>

View file

@ -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.