about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-29 20:59:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-29 20:59:32 +0000
commit71eafcc9458bd539913a19e7595ee84f4f3e74c9 (patch)
treec5c3174736e5520d4354a282394341463fc9832c /Doc/Zsh/zle.yo
parent8dc2bc1350515d306e773217929357beca7937ad (diff)
downloadzsh-71eafcc9458bd539913a19e7595ee84f4f3e74c9.tar.gz
zsh-71eafcc9458bd539913a19e7595ee84f4f3e74c9.tar.xz
zsh-71eafcc9458bd539913a19e7595ee84f4f3e74c9.zip
Matt Wozniski: typo
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo2
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.