diff options
Diffstat (limited to 'doc/lispref/control.texi')
| -rw-r--r-- | doc/lispref/control.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 3925bdd1b40..d3662f727cc 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -2483,10 +2483,6 @@ to @code{condition-case} whose error condition you want to re-throw. | |||
| 2483 | This function returns the error symbol of the error descriptor @var{error}. | 2483 | This function returns the error symbol of the error descriptor @var{error}. |
| 2484 | @end defun | 2484 | @end defun |
| 2485 | 2485 | ||
| 2486 | @defun error-data error | ||
| 2487 | This function returns the data of the error descriptor @var{error}. | ||
| 2488 | @end defun | ||
| 2489 | |||
| 2490 | @defun error-slot-value error pos | 2486 | @defun error-slot-value error pos |
| 2491 | This function returns the value in the field number @var{pos} of the error | 2487 | This function returns the value in the field number @var{pos} of the error |
| 2492 | descriptor @var{error}. The fields are numbered starting with 1. E.g., | 2488 | descriptor @var{error}. The fields are numbered starting with 1. E.g., |