diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-05 21:00:04 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-05 21:00:04 +0000 |
| commit | 71e5f09d583166ceca0eae8847c6679c0e5b49f4 (patch) | |
| tree | 4c415bde89941eb23722c403cfe7c68253081f60 | |
| parent | 24792: try to be safer about turning off attributes when refreshing (diff) | |
| download | zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar.gz zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar.bz2 zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar.lz zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar.xz zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.tar.zst zsh-71e5f09d583166ceca0eae8847c6679c0e5b49f4.zip | |
24793: Ismail: typo
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Doc/Zsh/zle.yo | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-04-05 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * İsmail Dönmez <ismail@namtrac.org>: 24793: Doc/Zsh/zle.yo: + typo. + 2008-04-04 Peter Stephenson <pws@csr.com> * 24792: Src/Zle/zle_refresh.c: try to be safer about turning diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 1a0cc2fda..f81e88f52 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2114,6 +2114,6 @@ i.e. both the region and special characters are shown in standout mode. Within widgets, arbitrary regions may be highlighted by setting the special array parameter tt(region_highlight); see -ifnzman(nodreref(Zle Widgets))\ +ifnzman(noderef(Zle Widgets))\ ifzman(above). |
