comparison man/programs.texi @ 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 2c91a34c8db3
children b05772d7c2ad
comparison
equal deleted inserted replaced
31034:6e746a746c96 31035:64a11267ce9a
1437 the syntax class of the preceding character. Set 1437 the syntax class of the preceding character. Set
1438 @code{parens-require-spaces} to @code{nil} value if you wish to inhibit 1438 @code{parens-require-spaces} to @code{nil} value if you wish to inhibit
1439 this. 1439 this.
1440 1440
1441 @findex check-parens 1441 @findex check-parens
1442 @cindex unbalanced parentheses 1442 @cindex unbalanced parentheses and quotes
1443 You can use @kbd{M-x check-parens} to find any unbalanced parentheses in 1443 You can use @kbd{M-x check-parens} to find any unbalanced parentheses
1444 a buffer. 1444 and unbalanced quotes in strings in a buffer.
1445 1445
1446 @node Symbol Completion 1446 @node Symbol Completion
1447 @section Completion for Symbol Names 1447 @section Completion for Symbol Names
1448 @cindex completion (symbol names) 1448 @cindex completion (symbol names)
1449 1449