]> code.delx.au - gnu-emacs/commit
Clarify or replace a few \u escapes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Sep 2015 14:58:41 +0000 (07:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Sep 2015 14:59:16 +0000 (07:59 -0700)
commit818fc6e128491de6bc5d630f6c9c8adf969e3ea8
tree3c8b6bb8d47b1c5d0ea3307d3e460d0f0cf52597
parentcf91ea794be50c2d3c572726b1d4e53ab92da506
Clarify or replace a few \u escapes.

* doc/lispref/nonascii.texi (Character Properties)
More-detailed commentary for \u escapes.
* lisp/progmodes/python.el (python--prettify-symbols-alist):
* lisp/replace.el (query-replace-from-to-separator):
* lisp/textmodes/rst.el (rst-bullets, rst-re-alist-def)
(rst-mode-syntax-table):
* lisp/whitespace.el (whitespace-display-mappings):
Prefer actual character to \u escape when this makes the code
easier to follow in the usual case where Unicode chars can be
displayed.
doc/lispref/nonascii.texi
lisp/progmodes/python.el
lisp/replace.el
lisp/textmodes/rst.el
lisp/whitespace.el