aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-26 13:20:18 +0000
committerRichard M. Stallman2001-06-26 13:20:18 +0000
commitee6038a695769219caa434d95c7aea30bcab05ed (patch)
tree677166910cf022cdbe89f606d5ac9e039fa5f174
parentffb1af2b977e746e15e61caaae125d4a488b57eb (diff)
downloademacs-ee6038a695769219caa434d95c7aea30bcab05ed.tar.gz
emacs-ee6038a695769219caa434d95c7aea30bcab05ed.zip
Update xref (Defuns -> Left Margin Convention).
-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
257the purposes of speed, some modes, including C mode and Lisp mode, 257the purposes of speed, some modes, including C mode and Lisp mode,
258rely on a special convention: an open-parenthesis or open-brace in the 258rely on a special convention: an open-parenthesis or open-brace in the
259leftmost column always defines the @w{beginning} of a defun, and is 259leftmost column always defines the @w{beginning} of a defun, and is
260thus always outside any string or comment. (@xref{Defuns}.) If you 260thus always outside any string or comment. (@xref{Left Margin
261don't follow this convention, then Font Lock mode can misfontify the 261Convention}.) If you don't follow this convention, Font Lock mode can
262text that follows an open-parenthesis or open-brace in the leftmost 262misfontify the text that follows an open-parenthesis or open-brace in
263column that is inside a string or comment. 263the leftmost column that is inside a string or comment.
264 264
265@cindex slow display during scrolling 265@cindex slow display during scrolling
266 The variable @code{font-lock-beginning-of-syntax-function} (always 266 The variable @code{font-lock-beginning-of-syntax-function} (always