]> git.eshelyaron.com Git - emacs.git/commitdiff
Format comment.
authorBrian Fox <bfox@gnu.org>
Tue, 5 Oct 1993 01:50:32 +0000 (01:50 +0000)
committerBrian Fox <bfox@gnu.org>
Tue, 5 Oct 1993 01:50:32 +0000 (01:50 +0000)
src/lisp.h

index c6816f2cd5e2d0ebe3586adb0f3ae690a3c99377..ce193defa8eaa5a5d3fb29bd65b69fd50a503877 100644 (file)
@@ -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. */