diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-06-26 22:27:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-06-26 22:27:41 +0000 |
commit | 5b8fe68482015bd3f38c933584073eb433879df2 (patch) | |
tree | 3556f9148c94d153340164ef6ddcf783f54ea90c /man | |
parent | 1a0b9ae4c181568f8d31c578f8b10746545e2a15 (diff) | |
download | emacs-5b8fe68482015bd3f38c933584073eb433879df2.tar.gz |
Explain font lock highlighting of opening delims that should be quoted.
Diffstat (limited to 'man')
-rw-r--r-- | man/programs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 70f3c25fd1f..a05c5aff7d7 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -181,6 +181,10 @@ delimiter from starting a defun. Here's an example: ") @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 |