From 2b75cf571e45fae6344ee6681a2d4418ab5ea165 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 26 Jan 2013 22:54:01 +0000 Subject: 31000: fix typo in example --- Doc/Zsh/contrib.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 00f70a2bf..41a9d8158 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2508,7 +2508,7 @@ example(modify-current-argument '${(qq)${(Q)ARG}}') The following performs directory expansion on the command line argument and replaces it by the absolute path: -example(expand-dir() { +example(expand-dir+LPAR()RPAR() { REPLY=${~1} REPLY=${REPLY:a} } -- cgit 1.4.1