Mercurial > emacs
changeset 73410:3941cd9501a7
(Processing of Errors): Use @var for an argument, not @code.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 18 Oct 2006 10:41:08 +0000 |
parents | 01b63fab1a51 |
children | 450378d39536 |
files | lispref/control.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/control.texi Wed Oct 18 04:59:49 2006 +0000 +++ b/lispref/control.texi Wed Oct 18 10:41:08 2006 +0000 @@ -862,7 +862,7 @@ 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