]> git.eshelyaron.com Git - emacs.git/commit
Document that [:cntrl:] does not match DEL (Bug#34391)
authorMattias Engdegård <mattiase@acm.org>
Sun, 10 Feb 2019 09:39:00 +0000 (10:39 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 10 Feb 2019 22:36:42 +0000 (23:36 +0100)
commitc8c6ad2429db961fb9410b25fec44b45da96efa1
tree00c681e20008d527ed8cb585540ec3ac09ecb8b8
parent459869a528ff02787255391ab90f68195c27b807
Document that [:cntrl:] does not match DEL (Bug#34391)

* doc/lispref/searching.texi (Character Classes):
* lisp/emacs-lisp/rx.el (rx):
Document that [:cntrl:] excludes DEL.
* test/src/regex-emacs-tests.el (regex-tests-PTESTS-whitelist):
Swap misplaced comments and fix wrong code for DEL.
doc/lispref/searching.texi
lisp/emacs-lisp/rx.el
test/src/regex-emacs-tests.el