mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Fix typo in Fmatch_end's doc string
* src/search.c (Fmatch_end): Fix "start position" to "end position". (Bug#81447) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
d365328e6d
commit
7822f2d5ea
|
|
@ -2801,7 +2801,7 @@ Return value is undefined if the last search failed. */)
|
|||
DEFUN ("match-end", Fmatch_end, Smatch_end, 1, 1, 0,
|
||||
doc: /* 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.
|
||||
regexp for which to return the end 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue