Mercurial > emacs
changeset 53461:abbbd322a247
(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 31 Dec 2003 00:27:07 +0000 |
parents | 6f8ae3624b9e |
children | c8eb797b2bb9 |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)