aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-10-18 10:41:08 +0000
committerJuanma Barranquero2006-10-18 10:41:08 +0000
commitb2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1 (patch)
treedc9f44a8b5aeb2c301fbfd450a31cd45e4e8841e
parentfb137cb530052a84f89469c2e847495661f0eb91 (diff)
downloademacs-b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1.tar.gz
emacs-b2c28d9b2f7b431ab41b1f5f47bc608e5911e3d1.zip
(Processing of Errors): Use @var for an argument, not @code.
-rw-r--r--lispref/control.texi2
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
862function should take three arguments: @var{data}, a list of the same 862function should take three arguments: @var{data}, a list of the same
863form that @code{condition-case} would bind to its variable; 863form 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
865occurred, or (more often) @code{nil}; and @code{caller}, the Lisp 865occurred, or (more often) @code{nil}; and @var{caller}, the Lisp
866function which called the primitive that signaled the error. 866function which called the primitive that signaled the error.
867@end defvar 867@end defvar
868 868