diff lisp/subr.el @ 96361:a99299e4d2de

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:13:38 +0000
parents b4e36ff621b3
children c3512b2085a0
line wrap: on
line diff
--- a/lisp/subr.el	Fri Jun 27 02:07:30 2008 +0000
+++ b/lisp/subr.el	Fri Jun 27 02:13:38 2008 +0000
@@ -2643,7 +2643,7 @@
   "Run BODY and demote any errors to simple messages.
 If `debug-on-error' is non-nil, run BODY without catching its errors.
 This is to be used around code which is not expected to signal an error
-but which should be robust in the unexpected case that an error is signalled."
+but which should be robust in the unexpected case that an error is signaled."
   (declare (debug t) (indent 0))
   (let ((err (make-symbol "err")))
     `(condition-case-no-debug ,err