diff options
| author | Juanma Barranquero | 2006-10-18 10:41:08 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-18 10:41:08 +0000 |
| commit | b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1 (patch) | |
| tree | dc9f44a8b5aeb2c301fbfd450a31cd45e4e8841e | |
| parent | fb137cb530052a84f89469c2e847495661f0eb91 (diff) | |
| download | emacs-b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1.tar.gz emacs-b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1.zip | |
(Processing of Errors): Use @var for an argument, not @code.
| -rw-r--r-- | lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/control.texi b/lispref/control.texi index 3ed0b7f90ec..93d5bb36d8c 100644 --- a/lispref/control.texi +++ b/lispref/control.texi | |||
| @@ -862,7 +862,7 @@ handle errors that return control to the Emacs command loop. The | |||
| 862 | function should take three arguments: @var{data}, a list of the same | 862 | function should take three arguments: @var{data}, a list of the same |
| 863 | form that @code{condition-case} would bind to its variable; | 863 | form that @code{condition-case} would bind to its variable; |
| 864 | @var{context}, a string describing the situation in which the error | 864 | @var{context}, a string describing the situation in which the error |
| 865 | occurred, or (more often) @code{nil}; and @code{caller}, the Lisp | 865 | occurred, or (more often) @code{nil}; and @var{caller}, the Lisp |
| 866 | function which called the primitive that signaled the error. | 866 | function which called the primitive that signaled the error. |
| 867 | @end defvar | 867 | @end defvar |
| 868 | 868 | ||