diff options
Diffstat (limited to 'lib/readline/doc')
-rw-r--r-- | lib/readline/doc/rluser.texi | 20 | ||||
-rw-r--r-- | lib/readline/doc/rluser.texi~ | 1 |
2 files changed, 19 insertions, 2 deletions
diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi index 886f8371..00a28ca6 100644 --- a/lib/readline/doc/rluser.texi +++ b/lib/readline/doc/rluser.texi @@ -1574,7 +1574,7 @@ the matches. Any function specified with @option{-F} is invoked first. The function may use any of the shell facilities, including the -@code{compgen} builtin described below +@code{compgen} and @code{compopt} builtins described below (@pxref{Programmable Completion Builtins}), to generate the matches. It must put the possible completions in the @env{COMPREPLY} array variable. @@ -1847,4 +1847,22 @@ a @var{name} for which no specification exists, or an error occurs adding a completion specification. @end table + +@item compopt +@btindex compopt +@example +@code{compopt} [-o @var{option}] [+o @var{option}] [@var{name}] +@end example +Modify completion options for each @var{name} according to the +@var{option}s, or for the currently-execution completion if no @var{name}s +are supplied. +If no @var{option}s are given, display the completion options for each +@var{name} or the current completion. +The possible values of @var{option} are those valid for the @code{complete} +builtin described above. + +The return value is true unless an invalid option is supplied, an attempt +is made to modify the options for a @var{name} for which no completion +specification exists, or an output error occurs. + @end ifset diff --git a/lib/readline/doc/rluser.texi~ b/lib/readline/doc/rluser.texi~ index 8851e1b3..886f8371 100644 --- a/lib/readline/doc/rluser.texi~ +++ b/lib/readline/doc/rluser.texi~ @@ -1,7 +1,6 @@ @comment %**start of header (This is for running Texinfo on a region.) @setfilename rluser.info @comment %**end of header (This is for running Texinfo on a region.) -@setchapternewpage odd @ignore This file documents the end user interface to the GNU command line |