(Fsignal): Clarify error message.

This commit is contained in:
Richard M. Stallman 1993-07-04 04:51:13 +00:00
parent 7e85b93579
commit d3e6f8be7b

View file

@ -1145,7 +1145,7 @@ See also the function `condition-case'.")
if (EQ (sig, Qquit))
return Qnil;
else
error ("Returning a value from an error is no longer supported");
error ("Cannot return from the debugger in an error");
}
#endif