diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cb047e83d..769a7ada9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-10 Tanaka Akira <akr@zsh.org> + + * 11309: Doc/Zsh/expn.yo: fix missing section. + 2000-05-10 Bart Schaefer <schaefer@zsh.org> * 11302: Functions/Zle/edit-command-line: Cursor placement and diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 82f88358e..4278a8129 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))\ +ifzman(manref(zshmisc)(1))\ ifnzman(noderef(Shell Grammar))\ ) is fully parsed. The `tt(!")' is removed from the input, and any subsequent `tt(!)' characters have no special significance. |