summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-21 13:44:23 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-21 13:44:23 +0000
commit8ad8cfa5c822bde56137d5b31c9c54cc131acec4 (patch)
tree49911eebc9a57c558c476baf0544d1c44a509105 /lisp/emacs-lisp
parent2201b59af64eef6f50227b4e6f89888b9af5d246 (diff)
downloademacs-8ad8cfa5c822bde56137d5b31c9c54cc131acec4.tar.gz
emacs-8ad8cfa5c822bde56137d5b31c9c54cc131acec4.tar.bz2
emacs-8ad8cfa5c822bde56137d5b31c9c54cc131acec4.zip
(check-parens): Fix spellings.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
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