summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/contrib.yo6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ddae2d0c5..d5a966af8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
 2006-04-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* unposted: Doc/Zsh/contrib.yo: documentation for 22417.
+
 	* unposted: Doc/Zsh/contrib.yo, Functions/MIME/pick-web-browser:
 	add some styles for commands.
 
-	* 22416: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo,
+	* 22416, tweaked: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo,
 	Functions/Misc/.distfiles, Functions/Misc/zcalc,
 	Functions/Misc/zmathfuncdef, Src/builtin.c, Src/exec.c,
 	Src/module,c, Src/math.c, Src/module.c, Src/zsh.h,
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index e8555d89d..28fc7eed7 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1400,8 +1400,10 @@ passed for execution with a handler program.  If the file matches
 the pattern, the entire command line is executed in its current form,
 with no handler.  This is useful for files which might have suffixes
 but nonetheless be executable in their own right.  If the style
-is not set, the pattern tt(*+LPAR()*+RPAR()) is used; hence executable
-files are executed directly and not passed to a handler.
+is not set, the pattern tt(*+LPAR()*+RPAR() *+LPAR()/+RPAR()) is used;
+hence executable files are executed directly and not passed to a
+handler, and the option tt(AUTO_CD) may be used to change to directories
+that happen to have MIME suffixes.
 )
 item(tt(flags))(
 Defines flags to go with a handler; the context is as for the