about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2010-07-12 09:50:54 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2010-07-12 09:50:54 +0000
commitddb8104d4fffec5a38e03edd9acf4e3cad5bac1e (patch)
tree698bfce52157876f19176d4e453b6881ec9cfebb /Doc
parent5da6530d831ea8a00943b39359d535ea59996894 (diff)
downloadzsh-ddb8104d4fffec5a38e03edd9acf4e3cad5bac1e.tar.gz
zsh-ddb8104d4fffec5a38e03edd9acf4e3cad5bac1e.tar.xz
zsh-ddb8104d4fffec5a38e03edd9acf4e3cad5bac1e.zip
users/15165: Fix a warning about a missing macro in `contrib.yo'
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 73bbb521a..7e74dd4be 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -511,9 +511,9 @@ item(tt(pattern:var(pattern)))(
 Gives a zsh pattern for directories that should not be
 added to the recent list (if not already there).  This element
 can be repeated to add different patterns.  For example,
-tt('pattern:/tmp(|/*)') stops tt(/tmp) or its descendants from being
-added.  The tt(EXTENDED_GLOB) option is always turned on for
-these patterns.
+tt('pattern:/tmp+LPAR()|/*RPAR()') stops tt(/tmp) or its descendants
+from being added.  The tt(EXTENDED_GLOB) option is always turned on
+for these patterns.
 )
 enditem()
 )