From: Eli Zaretskii Date: Tue, 22 Aug 2000 09:52:05 +0000 (+0000) Subject: check-parens can also find unbalanced quotes in strings. X-Git-Tag: emacs-pretest-21.0.90~2104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ae00537f0ef892f8e0e277be6ddea9feca8ac58;p=emacs.git check-parens can also find unbalanced quotes in strings. --- diff --git a/man/programs.texi b/man/programs.texi index 8f0f6da51b5..90982550df8 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1439,9 +1439,9 @@ the syntax class of the preceding character. Set this. @findex check-parens -@cindex unbalanced parentheses -You can use @kbd{M-x check-parens} to find any unbalanced parentheses in -a buffer. +@cindex unbalanced parentheses and quotes +You can use @kbd{M-x check-parens} to find any unbalanced parentheses +and unbalanced quotes in strings in a buffer. @node Symbol Completion @section Completion for Symbol Names