]> git.eshelyaron.com Git - emacs.git/commit
More regexp advice and clarifications
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Apr 2019 07:17:37 +0000 (00:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Apr 2019 07:18:28 +0000 (00:18 -0700)
commit076ed98ff6d7debff3929beab048c8a90e48dbb8
tree6e971b25a08ce58ca47a7b20676e33f13b1dddd5
parentf81ec28f4fc122658e59c0ec99ca4d92a1fe439f
More regexp advice and clarifications

* doc/lispref/searching.texi (Regexp Special): Simplify style
advice for order of ], ^, and - in character alternatives.
Stick with saying that it’s not a good idea to put ‘-’ after a
range.  Remove the special case about raw 8-bit bytes and
unibyte characters, as this documentation is confusing and
seems to be incorrect in some cases.  Say that z-a is the
preferred style for reversed ranges, since it’s clearer and is
typically what’s used in practice.  Mention some bad styles:
duplicates in character alternatives, ranges that denote <=3
characters, and ‘-’ as the first character.
doc/lispref/searching.texi