aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-26 13:34:22 +0000
committerRichard M. Stallman2001-06-26 13:34:22 +0000
commit9048ad82a936a79bc3a186e501ef3ed1cb043744 (patch)
treec0d99e306869c64f22b47731a17a8fc40e4a6c79
parent06c253864df8dc437b8a8a077c2cd55c143847a2 (diff)
downloademacs-9048ad82a936a79bc3a186e501ef3ed1cb043744.tar.gz
emacs-9048ad82a936a79bc3a186e501ef3ed1cb043744.zip
Fix previous change.
-rw-r--r--man/display.texi2
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,
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{Left Margin 260thus always outside any string or comment. (@xref{Left Margin
261Convention}.) If you don't follow this convention, Font Lock mode can 261Paren}.) If you don't follow this convention, Font Lock mode can
262misfontify the text that follows an open-parenthesis or open-brace in 262misfontify the text that follows an open-parenthesis or open-brace in
263the leftmost column that is inside a string or comment. 263the leftmost column that is inside a string or comment.
264 264