1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Tweak setcar-related wording

* doc/lispref/eval.texi (Self-Evaluating Forms):
Change “primitives” to “operations”.
Problem reported by Štěpán Němec in:
https://lists.gnu.org/r/emacs-devel/2020-04/msg01146.html
This commit is contained in:
Paul Eggert 2020-04-19 16:46:47 -07:00
parent 751510f865
commit a1040861f1

View File

@ -160,7 +160,7 @@ contents unchanged.
A self-evaluating form yields constant conses, vectors and strings, and you A self-evaluating form yields constant conses, vectors and strings, and you
should not attempt to modify their contents via @code{setcar}, @code{aset} or should not attempt to modify their contents via @code{setcar}, @code{aset} or
similar primitives. The Lisp interpreter might unify the constants similar operations. The Lisp interpreter might unify the constants
yielded by your program's self-evaluating forms, so that these yielded by your program's self-evaluating forms, so that these
constants might share structure. @xref{Constants and Mutability}. constants might share structure. @xref{Constants and Mutability}.