1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.

This commit is contained in:
Luc Teirlinck 2003-12-31 00:27:07 +00:00
parent f82ec1e6ee
commit 3297ec22bd

View file

@ -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)