summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-04-19 16:46:47 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-04-19 16:47:17 -0700
commita1040861f118881004f59866111f64cd0ae03b7a (patch)
tree660cdabce8a676c989fc5c88da48da6f6348d624
parent751510f8659e49c94ab7981c3abc8fb421bf9ba9 (diff)
downloademacs-a1040861f1.tar.gz
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
-rw-r--r--doc/lispref/eval.texi2
1 files changed, 1 insertions, 1 deletions
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}.