]> git.eshelyaron.com Git - emacs.git/commitdiff
(check-parens): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:44:23 +0000 (13:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:44:23 +0000 (13:44 +0000)
lisp/emacs-lisp/lisp.el

index 955bc4499bc5df1e7662768365804ab6c55d14cd..a14c4815374e1163e818954f53f5e0605557dc3d 100644 (file)
@@ -489,7 +489,7 @@ More accurately, check the narrowed part of the buffer for unbalanced
 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