]> git.eshelyaron.com Git - emacs.git/commit
Fix mutability glitches reported by Drew Adams
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 22:09:02 +0000 (15:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 22:12:05 +0000 (15:12 -0700)
commite1d42da0d686e93534ee2abebe79bff95f18cb4d
tree70f7d9b1fed7bf523a428cfa47c48ff0d27f3e43
parent5805df74f5b919a3f67f3f7d31d6e600e1564e4e
Fix mutability glitches reported by Drew Adams

See Bug#40693#32.
* doc/lispref/eval.texi (Self-Evaluating Forms, Backquote):
Say that these yield constant conses, vectors and strings,
not constant symbols.
* doc/lispref/objects.texi (Constants and Mutability): Say that an
attempt to modify a constant variable signals an error, instead of
saying that it has undefined behavior.
doc/lispref/eval.texi
doc/lispref/objects.texi