1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-25 05:10:28 +02:00

35289: fix typos in the description of emulate

based on 34981 by Han Pingtian
This commit is contained in:
Jun-ichi Takimoto 2015-05-26 23:12:37 +09:00
parent 899613f535
commit 0a97508bf6
2 changed files with 7 additions and 2 deletions

View file

@ -551,8 +551,8 @@ fno
The two functions tt(fni) and tt(fno) are defined with sticky tt(sh)
emulation. tt(fno) is then executed, causing options associated
with emulations to be set to their values in tt(sh). tt(fni) then
calls tt(fno); because tt(fno) is also marked for sticky tt(sh)
with emulations to be set to their values in tt(sh). tt(fno) then
calls tt(fni); because tt(fni) is also marked for sticky tt(sh)
emulation, no option changes take place on entry to or exit from it.
Hence the option tt(cshnullglob), turned off by tt(sh) emulation, will
be turned on within tt(fni) and remain on on return to tt(fno). On exit