mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(Fsignal): Move comment to avoid confusing make-docfile.
This commit is contained in:
parent
7589a1d97e
commit
bfa8ca433a
1 changed files with 2 additions and 2 deletions
|
|
@ -1212,11 +1212,11 @@ The symbol `error' should normally be one of them.\n\
|
|||
DATA should be a list. Its elements are printed as part of the error message.\n\
|
||||
If the signal is handled, DATA is made available to the handler.\n\
|
||||
See also the function `condition-case'.")
|
||||
/* When memory is full, ERROR-SYMBOL is nil,
|
||||
and DATA is (REAL-ERROR-SYMBOL . REAL-DATA). */
|
||||
(error_symbol, data)
|
||||
Lisp_Object error_symbol, data;
|
||||
{
|
||||
/* When memory is full, ERROR-SYMBOL is nil,
|
||||
and DATA is (REAL-ERROR-SYMBOL . REAL-DATA). */
|
||||
register struct handler *allhandlers = handlerlist;
|
||||
Lisp_Object conditions;
|
||||
extern int gc_in_progress;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue