mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
Format comment.
This commit is contained in:
parent
1abbab7afd
commit
e5f55f0753
1 changed files with 2 additions and 1 deletions
|
|
@ -931,7 +931,8 @@ extern int gc_cons_threshold;
|
|||
Normally every link of the chain is an automatic variable of a function,
|
||||
and its `val' points to some argument or local variable of the function.
|
||||
On exit to the function, the chain is set back to the value it had on entry.
|
||||
This way, no link remains in the chain when the stack frame containing the link disappears.
|
||||
This way, no link remains in the chain when the stack frame containing the
|
||||
link disappears.
|
||||
|
||||
Every function that can call Feval must protect in this fashion all
|
||||
Lisp_Object variables whose contents will be used again. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue