changeset 24171:44241f56675a

(Fsignal): Move comment to avoid confusing make-docfile.
author Andreas Schwab <schwab@suse.de>
date Mon, 25 Jan 1999 09:20:43 +0000
parents 3689490f7f65
children 0e451bef1fe0
files src/eval.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Mon Jan 25 01:37:58 1999 +0000
+++ b/src/eval.c	Mon Jan 25 09:20:43 1999 +0000
@@ -1212,11 +1212,11 @@
 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;