]> code.delx.au - gnu-emacs/blobdiff - lispref/control.texi
(Faces): Minor cleanup.
[gnu-emacs] / lispref / control.texi
index 760e7bb82dee7ca0c9e385429c20bcdffd8bec80..573a32b1cde88e291d6ce4da1dad4c640b54a91a 100644 (file)
@@ -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