From 8ad8cfa5c822bde56137d5b31c9c54cc131acec4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:44:23 +0000 Subject: [PATCH] (check-parens): Fix spellings. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2