1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/doc
Mattias Engdegård f16766a0eb Use or' instead of union' for charset union in rx
Design change suggested by Stefan Monnier.

* doc/lispref/searching.texi (Rx Constructs):
* etc/NEWS: Document.
* lisp/emacs-lisp/rx.el (rx--translate-or): Detect charset arguments.
(rx--charset-p): New.
(rx--translate-not, rx--charset-intervals, rx--translate-union):
Change from `union' to `or'.
(rx--translate-form, rx--builtin-forms, rx): Remove `union'.
* test/lisp/emacs-lisp/rx-tests.el (rx-union, rx-def-in-union)
(rx-intersection): Rename tests and change `union' to `or' and `|'.
2019-12-12 23:47:25 +01:00
..
emacs Spelling fixes 2019-12-09 18:45:18 -08:00
lispintro Spelling fixes 2019-12-09 18:45:18 -08:00
lispref Use or' instead of union' for charset union in rx 2019-12-12 23:47:25 +01:00
man Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
misc ; Spelling fixes 2019-12-10 20:05:49 -08:00