From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:44:23 +0000 (+0000) Subject: (check-parens): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~8772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ad8cfa5c822bde56137d5b31c9c54cc131acec4;p=emacs.git (check-parens): Fix spellings. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 955bc4499bc..a14c4815374 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -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