diff options
| author | Richard M. Stallman | 1994-01-11 19:08:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-11 19:08:24 +0000 |
| commit | 633357d44edd6dc154562624139f187a87a76e60 (patch) | |
| tree | 69c9bb3ff09616f3efa99d23017b22685c76b27e /src | |
| parent | 4200e71976c56225d98af03f63bbe7e09c16dd92 (diff) | |
| download | emacs-633357d44edd6dc154562624139f187a87a76e60.tar.gz emacs-633357d44edd6dc154562624139f187a87a76e60.zip | |
(Fcondition_case): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 0b52581eac6..d2ca5418e20 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -989,6 +989,9 @@ A handler is applicable to an error\n\ | |||
| 989 | if CONDITION-NAME is one of the error's condition names.\n\ | 989 | if CONDITION-NAME is one of the error's condition names.\n\ |
| 990 | If an error happens, the first applicable handler is run.\n\ | 990 | If an error happens, the first applicable handler is run.\n\ |
| 991 | \n\ | 991 | \n\ |
| 992 | The car of a handler may be a list of condition names\n\ | ||
| 993 | instead of a single condition name.\n\ | ||
| 994 | \n\ | ||
| 992 | When a handler handles an error,\n\ | 995 | When a handler handles an error,\n\ |
| 993 | control returns to the condition-case and the handler BODY... is executed\n\ | 996 | control returns to the condition-case and the handler BODY... is executed\n\ |
| 994 | with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\ | 997 | with VAR bound to (SIGNALED-CONDITIONS . SIGNAL-DATA).\n\ |