summaryrefslogtreecommitdiff
path: root/manual/setjmp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/setjmp.texi')
-rw-r--r--manual/setjmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index 17bdcaec99..7092a0dde2 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -136,7 +136,7 @@ This function restores current execution to the state saved in
established that return point. Returning from @code{setjmp} by means of
@code{longjmp} returns the @var{value} argument that was passed to
@code{longjmp}, rather than @code{0}. (But if @var{value} is given as
-@code{0}, @code{setjmp} returns @code{1}).@refill
+@code{0}, @code{setjmp} returns @code{1}).
@end deftypefun
There are a lot of obscure but important restrictions on the use of