From: Paul Eggert Date: Sat, 25 Apr 2020 18:22:01 +0000 (-0700) Subject: Remove doc duplication X-Git-Tag: emacs-27.1-rc1~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68f4a740a13ee6a1d98079ef655dd42924d24d41;p=emacs.git Remove doc duplication * doc/lispref/objects.texi (Constants and Mutability): Remove duplication. From a suggestion by Andreas Schwab (Bug#40671#150). --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index b4e9ff44112..1d5b2c690fe 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -2402,8 +2402,7 @@ call @code{(make-string 3 ?a)} yields a mutable string that can be changed via later calls to @code{aset}. A mutable object can become constant if it is part of an expression -that is evaluated, because a program should not modify an object -that is being evaluated. The reverse does not occur: constant objects +that is evaluated. The reverse does not occur: constant objects should stay constant. Trying to modify a constant variable signals an error