Add not on commandline behaviour when using complete -C to documentation

darcs-hash:20060131214646-ac50b-dc7b1510ceefc7645061d91bbe5022c09c209a34.gz
This commit is contained in:
axel 2006-02-01 07:46:46 +10:00
parent 3580811f8e
commit 44e8dcd331

View file

@ -43,6 +43,10 @@ Other switches
that they will be returned to the reader before any additional that they will be returned to the reader before any additional
actual keypresses are read. actual keypresses are read.
If commandline is called during a call to complete a given string
using <code>complete -C STRING</code>, commandline will consider the
specified string to be the current contents of the commandline.
\subsection commandline-example Example \subsection commandline-example Example
<tt>commandline -j $history[3]</tt> <tt>commandline -j $history[3]</tt>