Function: pcomplete-match-end
pcomplete-match-end is a function alias for match-end, defined in
search.c.
This function is obsolete since 29.1; use match-end instead.
Signature
(pcomplete-match-end SUBEXP)
Documentation
Return position of end of text matched by last search.
SUBEXP, a number, specifies the parenthesized subexpression in the last
regexp for which to return the start position.
Value is nil if SUBEXPth subexpression didn't match, or there were fewer
than SUBEXP subexpressions.
SUBEXP zero means the entire text matched by the whole regexp or whole
string.
Return value is undefined if the last search failed.
Aliases
pcomplete-match-end (obsolete since 29.1)