# HG changeset patch # User Luc Teirlinck # Date 1072830427 0 # Node ID abbbd322a24728a2bf5dad80e0edb875ca131809 # Parent 6f8ae3624b9e129f2fe11a738649227810b0aa78 (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. diff -r 6f8ae3624b9e -r abbbd322a247 src/eval.c --- a/src/eval.c Wed Dec 31 00:24:28 2003 +0000 +++ b/src/eval.c Wed Dec 31 00:27:07 2003 +0000 @@ -1436,6 +1436,8 @@ 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)