diff options
| author | Richard M. Stallman | 2001-06-26 13:34:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-26 13:34:22 +0000 |
| commit | 9048ad82a936a79bc3a186e501ef3ed1cb043744 (patch) | |
| tree | c0d99e306869c64f22b47731a17a8fc40e4a6c79 | |
| parent | 06c253864df8dc437b8a8a077c2cd55c143847a2 (diff) | |
| download | emacs-9048ad82a936a79bc3a186e501ef3ed1cb043744.tar.gz emacs-9048ad82a936a79bc3a186e501ef3ed1cb043744.zip | |
Fix previous change.
| -rw-r--r-- | man/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi index 505b36e6c98..b3de2592856 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -258,7 +258,7 @@ 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{Left Margin | 260 | thus always outside any string or comment. (@xref{Left Margin |
| 261 | Convention}.) If you don't follow this convention, Font Lock mode can | 261 | Paren}.) If you don't follow this convention, Font Lock mode can |
| 262 | misfontify the text that follows an open-parenthesis or open-brace in | 262 | misfontify the text that follows an open-parenthesis or open-brace in |
| 263 | the leftmost column that is inside a string or comment. | 263 | the leftmost column that is inside a string or comment. |
| 264 | 264 | ||