mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
13473: clean config.modules, fix CSH_NULL_GLOB doc
This commit is contained in:
parent
39ab4f33c6
commit
53a7b0c445
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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))(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue