changeset 31035:64a11267ce9a

check-parens can also find unbalanced quotes in strings.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 09:52:05 +0000
parents 6e746a746c96
children b8536256a5e8
files man/programs.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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