From 3297ec22bdbd94a252c53fa51b588c084775be05 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:27:07 +0000 Subject: [PATCH] (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. --- src/eval.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2