aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorLuc Teirlinck2003-12-31 00:27:07 +0000
committerLuc Teirlinck2003-12-31 00:27:07 +0000
commit3297ec22bdbd94a252c53fa51b588c084775be05 (patch)
tree4e3b43c6d9a6a442bc7b57528f45638974ddb2e7 /src/eval.c
parentf82ec1e6eedf98b36ee5cc685357f605f6086a17 (diff)
downloademacs-3297ec22bdbd94a252c53fa51b588c084775be05.tar.gz
emacs-3297ec22bdbd94a252c53fa51b588c084775be05.zip
(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 2 insertions, 0 deletions
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.
1436The symbol `error' should normally be one of them. 1436The symbol `error' should normally be one of them.
1437 1437
1438DATA should be a list. Its elements are printed as part of the error message. 1438DATA should be a list. Its elements are printed as part of the error message.
1439See Info anchor `(elisp)Definition of signal' for some details on how this
1440error message is constructed.
1439If the signal is handled, DATA is made available to the handler. 1441If the signal is handled, DATA is made available to the handler.
1440See also the function `condition-case'. */) 1442See also the function `condition-case'. */)
1441 (error_symbol, data) 1443 (error_symbol, data)