]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsignal): Clarify error message.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Jul 1993 04:51:13 +0000 (04:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Jul 1993 04:51:13 +0000 (04:51 +0000)
src/eval.c

index 97245f09c82fe3df8a0e041dd38b469ae99e3cbd..897e543adf40a5f3ddcdfadb716544b1dc1f95f3 100644 (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