]> code.delx.au - gnu-emacs/blobdiff - src/eval.c
2004-03-15 Masatake YAMATO <jet@gyve.org>
[gnu-emacs] / src / eval.c
index 8a6d0d3ff54f4a7ae72e4fd662af3b9958f78b68..a5f66b295a64338530115899436b67442264d56c 100644 (file)
@@ -1436,6 +1436,8 @@ A handler for any of those names will get to handle this signal.
 The symbol `error' should normally be one of them.
 
 DATA should be a list.  Its elements are printed as part of the error message.
+See Info anchor `(elisp)Definition of signal' for some details on how this
+error message is constructed.
 If the signal is handled, DATA is made available to the handler.
 See also the function `condition-case'.  */)
      (error_symbol, data)