From b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 18 Oct 2006 10:41:08 +0000 Subject: [PATCH] (Processing of Errors): Use @var for an argument, not @code. --- lispref/control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/control.texi b/lispref/control.texi index 3ed0b7f90e..93d5bb36d8 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 -- 2.39.2