aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorGlenn Morris2021-04-16 07:50:20 -0700
committerGlenn Morris2021-04-16 07:50:20 -0700
commit629e5f8026c7007a928ff1ccc987d1d3059d2a7f (patch)
treec3e2c82aad0c4534b070b4778b4fd466a2b2f953 /doc/lispref/objects.texi
parentfb9f5501d838f8b912ea33f9c34fdf6020c41f35 (diff)
parenteedad01b4bd8db2e8af087d8810c99c8f00a86af (diff)
downloademacs-629e5f8026c7007a928ff1ccc987d1d3059d2a7f.tar.gz
emacs-629e5f8026c7007a928ff1ccc987d1d3059d2a7f.zip
Merge from origin/emacs-27
eedad01b4b (origin/emacs-27) Fix typos in manuals 24d214652e Fix description of momentary message display
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 0d0caebd1f7..d8091f1b4b1 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -2411,7 +2411,7 @@ that is evaluated. For example:
2411 2411
2412@noindent 2412@noindent
2413Although the list @code{(0.5)} was mutable when it was created, it should not 2413Although the list @code{(0.5)} was mutable when it was created, it should not
2414have been changed via @code{setcar} because it given to @code{eval}. The 2414have been changed via @code{setcar} because it was given to @code{eval}. The
2415reverse does not occur: an object that should not be changed never 2415reverse does not occur: an object that should not be changed never
2416becomes mutable afterwards. 2416becomes mutable afterwards.
2417 2417