diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-21 23:17:11 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-21 23:17:11 +0000 |
commit | ab12e0db0c735041390fc42819ab42a2453c5d83 (patch) | |
tree | 6ece40cc919175ca53e16c62e585324e7c64da02 /Doc | |
parent | 9fa24a7e5148e785edab0608aa0a013a09ca076c (diff) | |
download | zsh-ab12e0db0c735041390fc42819ab42a2453c5d83.tar.gz zsh-ab12e0db0c735041390fc42819ab42a2453c5d83.tar.xz zsh-ab12e0db0c735041390fc42819ab42a2453c5d83.zip |
zsh-workers:9125
Diffstat (limited to 'Doc')
-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 3d08bf85d..baca81e62 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -87,7 +87,7 @@ or built in. The standard widgets built in to ZLE are listed in Standard Widgets below. Other built-in widgets can be defined by other modules (see ifzman(zmanref(zshmodules))\ -ifnzman(noderef(Zsh zsh/Modules))\ +ifnzman(noderef(Zsh Modules))\ ). Each built-in widget has two names: its normal canonical name, and the same name preceded by a `tt(.)'. The `tt(.)' name is special: it can't be rebound to a different widget. This makes the widget available even when |