readline and completion fixes

This commit is contained in:
Chet Ramey
2023-04-20 11:27:36 -04:00
parent a46164736e
commit d052bd6fd9
19 changed files with 8015 additions and 7681 deletions
+8 -1
View File
@@ -12706,7 +12706,14 @@ case, any completion not matching <var>filterpat</var> is removed.
</dl>
<p>The return value is true unless an invalid option is supplied, an option
other than <samp>-p</samp> or <samp>-r</samp> is supplied without a <var>name</var>
other than
<samp>-p</samp>,
<samp>-r</samp>,
<samp>-D</samp>,
<samp>-E</samp>,
or
<samp>-I</samp>
is supplied without a <var>name</var>
argument, an attempt is made to remove a completion specification for
a <var>name</var> for which no specification exists, or
an error occurs adding a completion specification.