diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-10-18 10:41:08 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-10-18 10:41:08 +0000 |
commit | b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1 (patch) | |
tree | dc9f44a8b5aeb2c301fbfd450a31cd45e4e8841e /lispref | |
parent | fb137cb530052a84f89469c2e847495661f0eb91 (diff) | |
download | emacs-b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1.tar.gz |
(Processing of Errors): Use @var for an argument, not @code.
Diffstat (limited to 'lispref')
-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 function should take three arguments: @var{data}, a list of the same form that @code{condition-case} would bind to its variable; @var{context}, a string describing the situation in which the error -occurred, or (more often) @code{nil}; and @code{caller}, the Lisp +occurred, or (more often) @code{nil}; and @var{caller}, the Lisp function which called the primitive that signaled the error. @end defvar |