From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:27:07 +0000 (+0000) Subject: (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. X-Git-Tag: ttn-vms-21-2-B4~8035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3297ec22bdbd94a252c53fa51b588c084775be05;p=emacs.git (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. --- diff --git a/src/eval.c b/src/eval.c index 8a6d0d3ff54..a5f66b295a6 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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)