]> git.eshelyaron.com Git - emacs.git/commit
Rename regexp-opt argument noreorder to keep-order
authorMattias Engdegård <mattiase@acm.org>
Wed, 6 Mar 2019 21:50:36 +0000 (22:50 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 6 Mar 2019 21:52:43 +0000 (22:52 +0100)
commit3fd2100bff58008b1eaf48922539d914c6ce6c16
treeff6823b121e33bf78722235da5f7fb4a60f65965
parent870a33328123f91c2b96fbdead8b7ebadc53b9c8
Rename regexp-opt argument noreorder to keep-order

* doc/lispref/searching.texi (Regular Expression Functions):
* lisp/emacs-lisp/regexp-opt.el (regexp-opt):
Rename newly added `noreorder' argument to `keep-order', to avoid a
negative in the name.  Suggested by Phil Sainty (Bug#34641).
doc/lispref/searching.texi
lisp/emacs-lisp/regexp-opt.el