From: Paul Eggert Date: Sun, 19 Apr 2020 23:46:47 +0000 (-0700) Subject: Tweak setcar-related wording X-Git-Tag: emacs-27.1-rc1~201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1040861f118881004f59866111f64cd0ae03b7a;p=emacs.git 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 --- diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index f33c2faac10..021604c5142 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi @@ -160,7 +160,7 @@ contents unchanged. 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 -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 constants might share structure. @xref{Constants and Mutability}.