From 53a7b0c44575552a997c1f09a5f4ea13d80fe965 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 14 Feb 2001 17:58:11 +0000 Subject: [PATCH] 13473: clean config.modules, fix CSH_NULL_GLOB doc --- ChangeLog | 6 ++++++ Doc/Zsh/options.yo | 2 +- 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 + + * 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 * 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