Mercurial > emacs
changeset 4826:033bdae6b9f9
Format comment.
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Tue, 05 Oct 1993 01:50:32 +0000 |
parents | d60016b1f6da |
children | 8a20e754058e |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Oct 05 01:48:48 1993 +0000 +++ b/src/lisp.h Tue Oct 05 01:50:32 1993 +0000 @@ -931,7 +931,8 @@ 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. */