Function: pcomplete-match-beginning
pcomplete-match-beginning is a function alias for match-beginning,
defined in search.c.
This function is obsolete since 29.1; use match-beginning instead.
Signature
(pcomplete-match-beginning SUBEXP)
Documentation
Return position of start of text matched by last search.
SUBEXP, a number, specifies which parenthesized expression in the last
regexp.
Value is nil if SUBEXPth pair didn't match, or there were less than
SUBEXP pairs.
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-beginning (obsolete since 29.1)