Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: 3.1.6-bart-7: Self-loading auto-functions



On Oct 25,  9:31am, Bart Schaefer wrote:
} Subject: PATCH: 3.1.6-bart-7: Self-loading auto-functions
}
} at 2:15 AM I didn't feel like tackling that part.

Apparently I shouldn't have tackled doc, either.  The following should
back out an incorrect hunk of the previous doc patch.

Index: Doc/Zsh/builtins.yo
@@ -1062,8 +1062,8 @@
 )
 item(tt(-f))(
 The names refer to functions rather than parameters.  No assignments
-can be made, and the only other valid flags are tt(-t), tt(-u), tt(-U),
-tt(-X) and tt(+X).  The flag tt(-t) turns on execution tracing for this
+can be made, and the only other valid flags are tt(-t), tt(-u) and
+tt(-U).  The flag tt(-t) turns on execution tracing for this
 function.  The tt(-u) and tt(-U) flags cause the function to be
 marked for autoloading; tt(-U) also causes alias expansion to be
 suppressed when the function is loaded.  The tt(fpath) parameter

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author