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:
parent
f82ec1e6ee
commit
3297ec22bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue