From 15f97eb949a50ee96d77b7fb57e8fd9f16924779 Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Thu, 27 Mar 2014 14:25:54 +0000 Subject: [PATCH] update --- zsh-completions-howto.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 8c69a0e..c907044 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -240,8 +240,8 @@ _cmd "$@" The OTHER_ARGS should be sequences of specifications for matching & completing words on the command line. These sequences can be separated by '|' to represent alternative sequences of words. -You can use bracketing to arbitrary depth to specify alternate subsequences, but the brackets must be quoted -like this \( \) or '(' ')'. +You can use bracketing to arbitrary depth to specify alternate subsequences, but the brackets must be backslashed like this \( \) +or quoted like this '(' ')'. For example: #+BEGIN_SRC sh