zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] fix typo in doc of emulate
@ 2015-04-28  6:07 Han Pingtian
  2015-05-25 16:12 ` Jun T.
  0 siblings, 1 reply; 3+ messages in thread
From: Han Pingtian @ 2015-04-28  6:07 UTC (permalink / raw)
  To: zsh-workers

Hi,
Please review this patch. 

It should be "fno then calls fni" I think.

Signed-off-by: Han Pingtian <hanpt@linux.vnet.ibm.com>
---
 Doc/Zsh/builtins.yo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index dd5a80f..b039fce 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -548,8 +548,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(fno) 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
-- 
1.9.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-26  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  6:07 [PATCH] fix typo in doc of emulate Han Pingtian
2015-05-25 16:12 ` Jun T.
2015-05-26  8:39   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).