diff lisp/emacs-lisp/lisp.el @ 63624:f8e5c41bb4b8

(check-parens): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:44:23 +0000
parents 072c8e0cc835
children 18a818a2ee7c b7da78284d4c
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el	Tue Jun 21 13:41:18 2005 +0000
+++ b/lisp/emacs-lisp/lisp.el	Tue Jun 21 13:44:23 2005 +0000
@@ -489,7 +489,7 @@
 expressions (\"sexps\") in general.  This is done according to the
 current syntax table and will find unbalanced brackets or quotes as
 appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
-found, an error is signalled and point is left at the first unbalanced
+found, an error is signaled and point is left at the first unbalanced
 character."
   (interactive)
   (condition-case data