aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorBrian Fox1993-10-05 01:50:32 +0000
committerBrian Fox1993-10-05 01:50:32 +0000
commite5f55f07530633bd71dc81c8db85ddddb11e71f6 (patch)
tree9c06b1b833db380f6960b63e71920821d923bb68 /src/lisp.h
parent1abbab7afd809deb1ac821d72181bce80e2ea2c4 (diff)
downloademacs-e5f55f07530633bd71dc81c8db85ddddb11e71f6.tar.gz
emacs-e5f55f07530633bd71dc81c8db85ddddb11e71f6.zip
Format comment.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h3
1 files changed, 2 insertions, 1 deletions
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;
931 Normally every link of the chain is an automatic variable of a function, 931 Normally every link of the chain is an automatic variable of a function,
932 and its `val' points to some argument or local variable of the function. 932 and its `val' points to some argument or local variable of the function.
933 On exit to the function, the chain is set back to the value it had on entry. 933 On exit to the function, the chain is set back to the value it had on entry.
934 This way, no link remains in the chain when the stack frame containing the link disappears. 934 This way, no link remains in the chain when the stack frame containing the
935 link disappears.
935 936
936 Every function that can call Feval must protect in this fashion all 937 Every function that can call Feval must protect in this fashion all
937 Lisp_Object variables whose contents will be used again. */ 938 Lisp_Object variables whose contents will be used again. */