diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-10 17:31:11 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-05-10 17:31:11 +0000 |
commit | 894c390b6310b23b686335d692892d34f6a654ad (patch) | |
tree | 8cf22b64864b46a6ec9d4d5f31131388f0fbd691 /Doc/Zsh | |
parent | 77ec90e9049a8a7d56570c2df77e0c5f06310ecb (diff) | |
download | zsh-894c390b6310b23b686335d692892d34f6a654ad.tar.gz zsh-894c390b6310b23b686335d692892d34f6a654ad.tar.xz zsh-894c390b6310b23b686335d692892d34f6a654ad.zip |
11310: use zmanref. (fix for 11309)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 4278a8129..5d9b20974 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -111,7 +111,7 @@ modifiers (see noderef(Modifiers)) may follow the final `tt(^)'. If the shell encounters the character sequence `tt(!")' in the input, the history mechanism is temporarily disabled until the current list (see -ifzman(manref(zshmisc)(1))\ +ifzman(zmanref(zshmisc))\ ifnzman(noderef(Shell Grammar))\ ) is fully parsed. The `tt(!")' is removed from the input, and any subsequent `tt(!)' characters have no special significance. |