aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorEli Zaretskii2021-04-13 15:30:02 +0300
committerEli Zaretskii2021-04-13 15:30:02 +0300
commiteedad01b4bd8db2e8af087d8810c99c8f00a86af (patch)
tree078fdfd466bed7336a8ec5929ce310c33f224877 /doc/lispref/objects.texi
parent24d214652e513ebcf8ebe5eeef8375b5a1ed2859 (diff)
downloademacs-eedad01b4bd8db2e8af087d8810c99c8f00a86af.tar.gz
emacs-eedad01b4bd8db2e8af087d8810c99c8f00a86af.zip
Fix typos in manuals
* doc/misc/eshell.texi (Completion): * doc/lispref/objects.texi (Mutability): Fix typos. (Bug#47738)
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 99949815edd..51f7985825d 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -2407,7 +2407,7 @@ that is evaluated. For example:
2407 2407
2408@noindent 2408@noindent
2409Although the list @code{(0.5)} was mutable when it was created, it should not 2409Although the list @code{(0.5)} was mutable when it was created, it should not
2410have been changed via @code{setcar} because it given to @code{eval}. The 2410have been changed via @code{setcar} because it was given to @code{eval}. The
2411reverse does not occur: an object that should not be changed never 2411reverse does not occur: an object that should not be changed never
2412becomes mutable afterwards. 2412becomes mutable afterwards.
2413 2413