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:
parent
f6989277ff
commit
7ae00537f0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue