This commit is contained in:
Joe Bloggs 2014-03-27 14:25:54 +00:00
parent 90d9164d6c
commit 15f97eb949
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ _cmd "$@"
The OTHER_ARGS should be sequences of specifications for matching & completing words on the command line. 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. 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 You can use bracketing to arbitrary depth to specify alternate subsequences, but the brackets must be backslashed like this \( \)
like this \( \) or '(' ')'. or quoted like this '(' ')'.
For example: For example:
#+BEGIN_SRC sh #+BEGIN_SRC sh