]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak setcar-related wording
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 23:46:47 +0000 (16:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Apr 2020 23:47:17 +0000 (16:47 -0700)
* 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

doc/lispref/eval.texi

index f33c2faac107618818303450a9839bd4d3d58faa..021604c5142dd4e786fe09476e9605f0d91a02d2 100644 (file)
@@ -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}.