]> git.eshelyaron.com Git - emacs.git/commit
More precise 'regexp-opt' documentation
authorMattias Engdegård <mattiase@acm.org>
Sun, 15 Dec 2019 21:17:11 +0000 (22:17 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 18 Dec 2019 11:46:30 +0000 (12:46 +0100)
commitd55f2f74f53910c4416be1e023771dc3a8142727
treedf3918f8eb0b1c77dc2f2f4d6e6d6f3415ca0a2f
parent0a10795d0bf4fe21997f907b7d6b1fe13517912b
More precise 'regexp-opt' documentation

* lisp/emacs-lisp/regexp-opt.el (regexp-opt):
* doc/lispref/searching.texi (Regexp Functions):
Be more specific about how the KEEP-ORDER argument actually works.
If nil, the regexp guarantees a longest match; this is the behaviour
that many callers implicitly rely on.
doc/lispref/searching.texi
lisp/emacs-lisp/regexp-opt.el