1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

49845: man page clarification on option scope

This commit is contained in:
Peter Stephenson 2022-03-24 10:35:29 +00:00
parent 78649ac725
commit 587793f818
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2022-03-24 Peter Stephenson <p.stephenson@samsung.com>
* 49845: Doc/Zsh/options.yo: clarify that options can be local
in function scope.
2022-03-18 Matthew Martin <phy1729@gmail.com>
* 49852: Completion/BSD/Command/_pfctl,

View file

@ -41,6 +41,9 @@ will be treated just as `tt(-f)', but the string `tt(-f i)' is an error.
This is because many systems which implement the `tt(#!)' mechanism for
calling scripts do not strip trailing whitespace.
It is possible for options to be set within a function scope. See the
description of the option tt(LOCAL_OPTIONS) below.
texinode(Description of Options)(Option Aliases)(Specifying Options)(Options)
sect(Description of Options)
cindex(options, description)