diff src/lisp.h @ 4826:033bdae6b9f9

Format comment.
author Brian Fox <bfox@gnu.org>
date Tue, 05 Oct 1993 01:50:32 +0000
parents 5622149e7f75
children 16e75a0b53e5
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. */