diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-11-18 18:45:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-11-18 18:45:39 +0000 |
commit | 27a41679b61ed558f55b013e906d2a3b7e4adebb (patch) | |
tree | 48e1dbd7da855d3dd214a096b04259092ed31156 | |
parent | daa9e1fd5427285974295fe91e9c747b5db97fb6 (diff) | |
download | zsh-27a41679b61ed558f55b013e906d2a3b7e4adebb.tar.gz zsh-27a41679b61ed558f55b013e906d2a3b7e4adebb.tar.xz zsh-27a41679b61ed558f55b013e906d2a3b7e4adebb.zip |
30803: Vin Shelton: missing menu entry in grammar.yo
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/grammar.yo | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f9198cb98..95218c308 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-11-16 Vin Shelton <acs@xemacs.org> + + * Doc/Zsh/grammar.yo: users/16865: Added missing menu item for Errors. + 2012-11-18 Bart Schaefer <schaefer@zsh.org> * users/17042: Src/jobs.c: don't stomp the environment in "jobs -Z" @@ -353,5 +357,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5763 $ +* $Revision: 1.5764 $ ***************************************************** diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index e1b2f0ea6..b452e4cc9 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -8,6 +8,7 @@ menu(Precommand Modifiers) menu(Complex Commands) menu(Alternate Forms For Complex Commands) menu(Reserved Words) +menu(Errors) menu(Comments) menu(Aliasing) menu(Quoting) |