# HG changeset patch # User Eli Zaretskii # Date 966937925 0 # Node ID 64a11267ce9a8c59b2eeeaa3869463c98805fd9d # Parent 6e746a746c9633a45a8950adcb809678c70a5472 check-parens can also find unbalanced quotes in strings. diff -r 6e746a746c96 -r 64a11267ce9a man/programs.texi --- a/man/programs.texi Tue Aug 22 09:48:00 2000 +0000 +++ b/man/programs.texi Tue Aug 22 09:52:05 2000 +0000 @@ -1439,9 +1439,9 @@ 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