about summary refs log tree commit diff
path: root/Doc/Zsh/grammar.yo
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-07-24 13:16:08 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-07-24 13:16:08 +0000
commitc17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d (patch)
tree8b29846860c52610b4a925ae8d2306680582b3b7 /Doc/Zsh/grammar.yo
parenta37d1d749d6f814b81fb51aac7c304e277fd63bd (diff)
downloadzsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.tar.gz
zsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.tar.xz
zsh-c17b40b6a0ac9d8168c52fe7e1ac47a6cd29894d.zip
Fix errors introduced by 15354.
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r--Doc/Zsh/grammar.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index 6b3ea6de1..0f717c8c2 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -398,7 +398,7 @@ tt(print) builtin, and the resulting string is considered to be
 entirely quoted.  A literal `tt(')' character can be included in the
 string by using the `tt(\')' escape.
 
-@pindex(RC_QUOTES, use of)
+pindex(RC_QUOTES, use of)
 All characters enclosed between a pair of single quotes (tt('')) that
 is not preceded by a `tt($)' are quoted.  A single quote cannot appear
 within single quotes unless the option tt(RC_QUOTES) is set, in which case