From e5f55f07530633bd71dc81c8db85ddddb11e71f6 Mon Sep 17 00:00:00 2001 From: Brian Fox Date: Tue, 5 Oct 1993 01:50:32 +0000 Subject: [PATCH] Format comment. --- src/lisp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index c6816f2cd5e..ce193defa8e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */ -- 2.39.5