1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

check-parens can also find unbalanced quotes in strings.

This commit is contained in:
Eli Zaretskii 2000-08-22 09:52:05 +00:00
parent f6989277ff
commit 7ae00537f0

View file

@ -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