# HG changeset patch # User Brian Fox # Date 749785832 0 # Node ID 033bdae6b9f95927041b83adadd2280be32b2216 # Parent d60016b1f6dacfeb95c13d486a028d0cfc7beaac Format comment. diff -r d60016b1f6da -r 033bdae6b9f9 src/lisp.h --- 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. */