]> git.eshelyaron.com Git - emacs.git/commitdiff
(Processing of Errors): Use @var for an argument, not @code.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Oct 2006 10:41:08 +0000 (10:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Oct 2006 10:41:08 +0000 (10:41 +0000)
lispref/control.texi

index 3ed0b7f90ec52a8af49c01de2d3dd84db6117e8b..93d5bb36d8ccb30148cd871699f1c55a5cd6d942 100644 (file)
@@ -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