]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove doc duplication
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Apr 2020 18:22:01 +0000 (11:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Apr 2020 18:22:32 +0000 (11:22 -0700)
* doc/lispref/objects.texi (Constants and Mutability): Remove
duplication.  From a suggestion by Andreas Schwab (Bug#40671#150).

doc/lispref/objects.texi

index b4e9ff44112b82958079d7a27902bafa420f9c17..1d5b2c690fe3747c1fadbab563240f128c41c254 100644 (file)
@@ -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