]> git.eshelyaron.com Git - emacs.git/commit
Add `anychar' as alias to `anything' in rx (bug#37659)
authorMattias Engdegård <mattiase@acm.org>
Mon, 7 Oct 2019 16:07:16 +0000 (18:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 18 Oct 2019 12:45:47 +0000 (14:45 +0200)
commite5a446b0a706ddd4bedf973baeaf54f105198b09
tree64c299b5c279b8acd257c0a964a4d183c68e8315
parent2d13a3f68d4724af52e47675bedf60709c7b5171
Add `anychar' as alias to `anything' in rx (bug#37659)

* lisp/emacs-lisp/rx.el (rx--translate-symbol, rx--builtin-symbols, rx):
* test/lisp/emacs-lisp/rx-tests.el (rx-atoms):
* doc/lispref/searching.texi (Rx Constructs):
* etc/NEWS:
Add `anychar', an alias for `anything'.  Since `anychar' is more
descriptive (and slightly shorter), treat it as the preferred name.
doc/lispref/searching.texi
etc/NEWS
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el