From eb4c3d4bf2e6b13078afd0820375dc02a2eb2a1f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 1 May 2007 12:42:24 +0000 Subject: unposted: typo in widget name in contrib doc --- Doc/Zsh/contrib.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 8686e9430..50965bfc4 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1191,13 +1191,13 @@ For example, a user-defined widget containing the following code converts the characters in the argument under the cursor into all upper case: -example(modify-current-word '${(U)ARG}') +example(modify-current-argument '${(U)ARG}') The following strips any quoting from the current word (whether backslashes or one of the styles of quotes), and replaces it with single quoting throughout: -example(modify-current-word '${(qq)${(Q)ARG}}') +example(modify-current-argument '${(qq)${(Q)ARG}}') ) enditem() -- cgit 1.4.1