From: Juanma Barranquero Date: Wed, 18 Oct 2006 10:41:08 +0000 (+0000) Subject: (Processing of Errors): Use @var for an argument, not @code. X-Git-Tag: emacs-pretest-22.0.90~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1;p=emacs.git (Processing of Errors): Use @var for an argument, not @code. --- 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