Mercurial > emacs
changeset 46035:11e7a6a33a8c
Explain font lock highlighting of opening delims that should be quoted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 Jun 2002 22:27:41 +0000 |
parents | 29c0705b3531 |
children | dd119e0d1cea |
files | man/programs.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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