Remove doc duplication
* doc/lispref/objects.texi (Constants and Mutability): Remove duplication. From a suggestion by Andreas Schwab (Bug#40671#150).
This commit is contained in:
parent
ac31cd384c
commit
68f4a740a1
1 changed files with 1 additions and 2 deletions
|
@ -2402,8 +2402,7 @@ call @code{(make-string 3 ?a)} yields a mutable string that can be
|
||||||
changed via later calls to @code{aset}.
|
changed via later calls to @code{aset}.
|
||||||
|
|
||||||
A mutable object can become constant if it is part of an expression
|
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 evaluated. The reverse does not occur: constant objects
|
||||||
that is being evaluated. The reverse does not occur: constant objects
|
|
||||||
should stay constant.
|
should stay constant.
|
||||||
|
|
||||||
Trying to modify a constant variable signals an error
|
Trying to modify a constant variable signals an error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue