diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 14:13:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 14:13:49 +0000 |
commit | f0cdbdfa39012d5e3673cb8b47f06465d981224f (patch) | |
tree | 963c6e32f562f122f4ff50194bb630ca5a20f114 /lispref/control.texi | |
parent | 23873c965cd10f20df6f62666d43acf940ca3126 (diff) |
Fix spellings.
Diffstat (limited to 'lispref/control.texi')
-rw-r--r-- | lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/control.texi b/lispref/control.texi index 760e7bb82d..573a32b1cd 100644 --- a/lispref/control.texi +++ b/lispref/control.texi @@ -733,7 +733,7 @@ instead. @xref{Catch and Throw}. @subsubsection How to Signal an Error @cindex signaling errors - @dfn{Signalling} an error means beginning error processing. Error + @dfn{Signaling} an error means beginning error processing. Error processing normally aborts all or part of the running program and returns to a point that is set up to handle the error (@pxref{Processing of Errors}). Here we describe how to signal an |