]> git.eshelyaron.com Git - emacs.git/commit
; Fix mistakes in last doc rewording about shorthands
authorJoão Távora <joaotavora@gmail.com>
Tue, 12 Oct 2021 15:50:46 +0000 (16:50 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 12 Oct 2021 15:58:01 +0000 (16:58 +0100)
commit3fbe6fd367ddb337a25ff261502e2e8dccb69649
treee70ac4b2c242019474ea7647cf082b4553b15550
parent66b8dfd0602c2175a0296ce6a844d77c94813429
; Fix mistakes in last doc rewording about shorthands

bug#51089

1. The 'punctuation' syntax class is actually empty in Emacs Lisp.
   The class used in the implementation is 'symbol constituents';

2) The prefix to escape shorthands is '#_' together, not '#' or '_'.

* doc/lispref/symbols.texi (Shorthands): Fix exception.
doc/lispref/symbols.texi