diff options
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r-- | Doc/Zsh/grammar.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 3325e2185..d5282d22e 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -387,5 +387,5 @@ outputs nothing apart from a newline if tt(RC_QUOTES) is not set, but one single quote if it is set. Inside double quotes (tt("")), parameter and -command substitution occurs, and `tt(\)' quotes the characters +command substitution occur, and `tt(\)' quotes the characters `tt(\)', `tt(`)', `tt(")', and `tt($)'. |