diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index ffedd8d5b..89c7c03b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-02-14 Peter Stephenson <pws@csr.com> + + * 13473: Makefile.in, Doc/Zsh/options.yo: small changes suggested + in zsh-users/3524 for CSH_NULL_GLOB description and 13245 for + cleaning config.modules. + 2001-02-14 Clint Adams <schizo@debian.org> * 13323: Functions/Zle/edit-command-line: handle diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index bc58b7084..676cdd6a0 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -343,7 +343,7 @@ If a pattern for filename generation has no matches, delete the pattern from the argument list; do not report an error unless all the patterns in a command have no matches. -Overrides tt(NULL_GLOB). +Overrides tt(NOMATCH). ) pindex(DVORAK) item(tt(DVORAK))( diff --git a/Makefile.in b/Makefile.in index 6f64d4adb..16e2ac919 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ check test: @CLEAN_MK@ distclean-here: - rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk + rm -f Makefile config.h config.status config.log config.cache config.modules stamp-h Config/defs.mk realclean-here: cd $(sdir) && rm -f config.h.in stamp-h.in configure |