(Fsignal): Clarify error message.
This commit is contained in:
parent
7e85b93579
commit
d3e6f8be7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue