changeset 38203:afc3a9e55ac4

Update xref (Defuns -> Left Margin Convention).
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Jun 2001 13:20:18 +0000
parents 9aad32f27cef
children baa9ae31d281
files man/display.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/display.texi	Tue Jun 26 13:19:43 2001 +0000
+++ b/man/display.texi	Tue Jun 26 13:20:18 2001 +0000
@@ -257,10 +257,10 @@
 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