about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-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()
 )