# HG changeset patch # User Richard M. Stallman # Date 1025130461 0 # Node ID 11e7a6a33a8cfcd8969871e5657a0d44bbbf52f9 # Parent 29c0705b3531824b193dd22843304427d40443e8 Explain font lock highlighting of opening delims that should be quoted. diff -r 29c0705b3531 -r 11e7a6a33a8c man/programs.texi --- a/man/programs.texi Wed Jun 26 22:25:44 2002 +0000 +++ b/man/programs.texi Wed Jun 26 22:27:41 2002 +0000 @@ -181,6 +181,10 @@ ") @end example + To help you catch violations of this convention, Font Lock mode +highlights confusing opening delimiters (those that ought to be +quoted) in bold red. + In the earliest days, the original Emacs found defuns by moving upward a level of parentheses or braces until there were no more levels to go up. This always required scanning all the way back to