]> git.eshelyaron.com Git - emacs.git/commit
Adapt Lisp reference to reader changes
authorPhilipp Stephani <phst@google.com>
Sun, 2 Jul 2017 10:31:12 +0000 (12:31 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 2 Jul 2017 10:32:23 +0000 (12:32 +0200)
commit95343daa79efecdb32302fa3420a7b838d66d6bb
tree2ac161fbe4ba8a1afbb34c0419ef779c11071511
parent4383ff87a124bfbb5ef07751c12d42a743fccdc5
Adapt Lisp reference to reader changes

The reader now warns about some unescaped character literals, but
still allows them for compatibility reasons.  Slightly adapt the
manual to forbid them officially.

* doc/lispref/objects.texi (Basic Char Syntax): Document that
backslashes are now required before some characters.
doc/lispref/objects.texi