diff options
| author | Richard M. Stallman | 2001-06-26 13:20:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-26 13:20:18 +0000 |
| commit | ee6038a695769219caa434d95c7aea30bcab05ed (patch) | |
| tree | 677166910cf022cdbe89f606d5ac9e039fa5f174 | |
| parent | ffb1af2b977e746e15e61caaae125d4a488b57eb (diff) | |
| download | emacs-ee6038a695769219caa434d95c7aea30bcab05ed.tar.gz emacs-ee6038a695769219caa434d95c7aea30bcab05ed.zip | |
Update xref (Defuns -> Left Margin Convention).
| -rw-r--r-- | man/display.texi | 8 |
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 | |||
| 257 | the purposes of speed, some modes, including C mode and Lisp mode, | 257 | the purposes of speed, some modes, including C mode and Lisp mode, |
| 258 | rely on a special convention: an open-parenthesis or open-brace in the | 258 | rely on a special convention: an open-parenthesis or open-brace in the |
| 259 | leftmost column always defines the @w{beginning} of a defun, and is | 259 | leftmost column always defines the @w{beginning} of a defun, and is |
| 260 | thus always outside any string or comment. (@xref{Defuns}.) If you | 260 | thus always outside any string or comment. (@xref{Left Margin |
| 261 | don't follow this convention, then Font Lock mode can misfontify the | 261 | Convention}.) If you don't follow this convention, Font Lock mode can |
| 262 | text that follows an open-parenthesis or open-brace in the leftmost | 262 | misfontify the text that follows an open-parenthesis or open-brace in |
| 263 | column that is inside a string or comment. | 263 | the 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 |