diff options
| author | Luc Teirlinck | 2003-12-31 00:27:07 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-31 00:27:07 +0000 |
| commit | 3297ec22bdbd94a252c53fa51b588c084775be05 (patch) | |
| tree | 4e3b43c6d9a6a442bc7b57528f45638974ddb2e7 /src/eval.c | |
| parent | f82ec1e6eedf98b36ee5cc685357f605f6086a17 (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 1436 | The symbol `error' should normally be one of them. | 1436 | The symbol `error' should normally be one of them. |
| 1437 | 1437 | ||
| 1438 | DATA should be a list. Its elements are printed as part of the error message. | 1438 | DATA should be a list. Its elements are printed as part of the error message. |
| 1439 | See Info anchor `(elisp)Definition of signal' for some details on how this | ||
| 1440 | error message is constructed. | ||
| 1439 | If the signal is handled, DATA is made available to the handler. | 1441 | If the signal is handled, DATA is made available to the handler. |
| 1440 | See also the function `condition-case'. */) | 1442 | See also the function `condition-case'. */) |
| 1441 | (error_symbol, data) | 1443 | (error_symbol, data) |