summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-06-26 13:20:18 +0000
committerRichard M. Stallman <rms@gnu.org>2001-06-26 13:20:18 +0000
commit9a2bb75b50e31b42465ced9fa9bc03a85f3489de (patch)
tree1d8819afac4ef5f739c20c45b82369280da239bd /man
parent806932babda6821d9851b84e34d98a9a7bea609d (diff)
downloademacs-9a2bb75b50e31b42465ced9fa9bc03a85f3489de.tar.gz
Update xref (Defuns -> Left Margin Convention).
Diffstat (limited to 'man')
-rw-r--r--man/display.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/display.texi b/man/display.texi
index 024c6c824d7..505b36e6c98 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -257,10 +257,10 @@ relies on analysis of the syntactic structure of the buffer text. For
the purposes of speed, some modes, including C mode and Lisp mode,
rely on a special convention: an open-parenthesis or open-brace in the
leftmost column always defines the @w{beginning} of a defun, and is
-thus always outside any string or comment. (@xref{Defuns}.) If you
-don't follow this convention, then Font Lock mode can misfontify the
-text that follows an open-parenthesis or open-brace in the leftmost
-column that is inside a string or comment.
+thus always outside any string or comment. (@xref{Left Margin
+Convention}.) If you don't follow this convention, Font Lock mode can
+misfontify the text that follows an open-parenthesis or open-brace in
+the leftmost column that is inside a string or comment.
@cindex slow display during scrolling
The variable @code{font-lock-beginning-of-syntax-function} (always