# HG changeset patch # User Richard M. Stallman # Date 1102964742 0 # Node ID dae0885d0340fd1dd34d26f20e24292aa6dd27f4 # Parent ce2e33a2adae15af65dcf4be6b1c60a2d494fd22 (syms_of_eval) : Doc fix. diff -r ce2e33a2adae -r dae0885d0340 src/eval.c --- a/src/eval.c Mon Dec 13 18:56:52 2004 +0000 +++ b/src/eval.c Mon Dec 13 19:05:42 2004 +0000 @@ -3331,7 +3331,11 @@ DEFVAR_LISP ("quit-flag", &Vquit_flag, doc: /* Non-nil causes `eval' to abort, unless `inhibit-quit' is non-nil. -Typing C-g sets `quit-flag' non-nil, regardless of `inhibit-quit'. */); +If the value is t, that means do an ordinary quit. +If the value equals `throw-on-input', that means quit by throwing +to the tag specified in `throw-on-input'; it's for handling `while-no-input'. +Typing C-g sets `quit-flag' to t, regardless of `inhibit-quit', +but `inhibit-quit' non-nil prevents anything from taking notice of that. */); Vquit_flag = Qnil; DEFVAR_LISP ("inhibit-quit", &Vinhibit_quit,