# HG changeset patch # User Juanma Barranquero # Date 1119361463 0 # Node ID f8e5c41bb4b81ff918de93f2951ab1244559d0d6 # Parent 39385d905a25489ecadc5132d1320a7ab08a5930 (check-parens): Fix spellings. diff -r 39385d905a25 -r f8e5c41bb4b8 lisp/emacs-lisp/lisp.el --- 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