From ddb8104d4fffec5a38e03edd9acf4e3cad5bac1e Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 12 Jul 2010 09:50:54 +0000 Subject: users/15165: Fix a warning about a missing macro in `contrib.yo' --- Doc/Zsh/contrib.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc') 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() ) -- cgit 1.4.1