mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 18:21:19 -08:00
* doc/lispref/eval.texi (Backquote): Clarify and simplify.
The previous phrasing could be read as if backquote expansion were mutable if containing substitions, but that is simply not true; they should always be treated as non-mutable.
This commit is contained in:
parent
5959c96f8b
commit
ff85f48c2c
1 changed files with 1 additions and 2 deletions
|
|
@ -704,8 +704,7 @@ Here are some examples:
|
|||
@end group
|
||||
@end example
|
||||
|
||||
If a subexpression of a backquote construct has no substitutions or
|
||||
splices, it acts like @code{quote} in that it yields conses,
|
||||
A backquote construct acts like @code{quote} in that it yields conses,
|
||||
vectors and strings that might be shared and should not be modified.
|
||||
@xref{Self-Evaluating Forms}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue