diff options
author | Vin Shelton <acs@users.sourceforge.net> | 2003-09-16 00:43:41 +0000 |
---|---|---|
committer | Vin Shelton <acs@users.sourceforge.net> | 2003-09-16 00:43:41 +0000 |
commit | d67ad445ec853f1c3ed84389ecbd5c52fd94cd2a (patch) | |
tree | e8d80611aa2b58975b7fae9bf77dc7f96cdf12d4 | |
parent | 49b25bc3d2068df8972b4410f80eef418db11582 (diff) | |
download | zsh-d67ad445ec853f1c3ed84389ecbd5c52fd94cd2a.tar.gz zsh-d67ad445ec853f1c3ed84389ecbd5c52fd94cd2a.tar.xz zsh-d67ad445ec853f1c3ed84389ecbd5c52fd94cd2a.zip |
Fix minor typo in MIME function documentation.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cea1cba31..9cefd5a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-15 Vin Shelton <acs@alumni.princeton.edu> + + * Doc/Zsh/contrib.yo: Fix capitalization to make makeinfo happy. + 2003-09-15 Oliver Kiddle <opk@zsh.org> * Vin Shelton: 19073: Src/exec.c (execcmd): Replace C++-style comment. diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index cf1bada4b..82ed6da12 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -13,7 +13,7 @@ startmenu() menu(Utilities) menu(Prompt Themes) menu(ZLE Functions) -menu(MIME functions) +menu(MIME Functions) menu(Other Functions) endmenu() |