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

* Re: [PATCH] fix typo in doc of emulate
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Jun T. @ 2015-05-25 16:12 UTC (permalink / raw)
  To: zsh-workers

It seems this patch has got no response.

 2015/04/28 15:07, Han Pingtian <hanpt@linux.vnet.ibm.com> wrote:
> It should be "fno then calls fni" I think.

Yes, and I think the next fno (in 'bacause fno is also ...') should
also be replaced by fni.

diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 1b8729d..a2c03bc 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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


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

* Re: [PATCH] fix typo in doc of emulate
  2015-05-25 16:12 ` Jun T.
@ 2015-05-26  8:39   ` Peter Stephenson
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2015-05-26  8:39 UTC (permalink / raw)
  To: zsh-workers

On Tue, 26 May 2015 01:12:09 +0900
Jun T. <takimoto-j@kba.biglobe.ne.jp> wrote:
> It seems this patch has got no response.
> 
>  2015/04/28 15:07, Han Pingtian <hanpt@linux.vnet.ibm.com> wrote:
> > It should be "fno then calls fni" I think.
> 
> Yes, and I think the next fno (in 'bacause fno is also ...') should
> also be replaced by fni.

Yes, that seems clear.

pws


^ 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).