diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 09:20:38 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 09:20:38 +0000 |
| commit | 2e485d60ffbf14a461a2d814b30245a9141abeb7 (patch) | |
| tree | 18aaba07e4b9d4c30f960244c521bcfa82863862 /Doc | |
| parent | unposted: prvent zshaddhistory() from looking like a Yodl macro (diff) | |
| download | zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar.gz zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar.bz2 zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar.lz zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar.xz zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.tar.zst zsh-2e485d60ffbf14a461a2d814b30245a9141abeb7.zip | |
unposted: prvent command(s) from looking like a Yodl macro
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index b14bc58fb..f8ee29a24 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -382,8 +382,8 @@ findex(eval) cindex(evaluating arguments as commands) item(tt(eval) [ var(arg) ... ])( Read the arguments as input to the shell and execute the resulting -command(s) in the current shell process. The return status is the -same as if the commands had been executed directly by the shell; +command+LPAR()s+RPAR() in the current shell process. The return status is +the same as if the commands had been executed directly by the shell; if there are no var(args) or they contain no commands (i.e. are an empty string or whitespace) the return status is zero. ) |
