summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ac87c9f5e..973fcb941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2008-08-11 Peter Stephenson <pws@csr.com>
- * unposted: Doc/Zsh/func.yo: prevent zshaddhistory() looking
- like a Yodl macro.
+ * unposted: Doc/Zsh/builtins.yo, Doc/Zsh/func.yo: prevent various
+ entries looking like Yodl macros.
* 25429: Rocky Bernstein: Test/E01options.ztst,
Test/E02xtrace.ztst: don't assume PS4 is set to the default.
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.
)