aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi
diff options
context:
space:
mode:
authorStefan Kangas2020-09-21 15:03:57 +0200
committerStefan Kangas2020-09-21 15:04:55 +0200
commitbf4accb65e71997c082a23cf492563243b1f4c34 (patch)
tree1fa1d483e1871e70a99c365f0c1928caf273b2ad /doc/lispref/modes.texi
parent02a31c9632693b882e46b6dbdd2653297bbfdead (diff)
downloademacs-bf4accb65e71997c082a23cf492563243b1f4c34.tar.gz
emacs-bf4accb65e71997c082a23cf492563243b1f4c34.zip
; Fix some trivial typos
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 4edda793e07..de40fa7f963 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3277,7 +3277,7 @@ is disabled, @code{font-lock-face} has no effect on the display.
3277also use the normal Font Lock machinery. But if the mode does not use 3277also use the normal Font Lock machinery. But if the mode does not use
3278the normal Font Lock machinery, it should not set the variable 3278the normal Font Lock machinery, it should not set the variable
3279@code{font-lock-defaults}. In this case the @code{face} property will 3279@code{font-lock-defaults}. In this case the @code{face} property will
3280not be overriden, so using the @code{face} property could work too. 3280not be overridden, so using the @code{face} property could work too.
3281However, using @code{font-lock-face} is generally preferable as it 3281However, using @code{font-lock-face} is generally preferable as it
3282allows the user to control the fontification by toggling 3282allows the user to control the fontification by toggling
3283@code{font-lock-mode}, and lets the code work regardless of whether 3283@code{font-lock-mode}, and lets the code work regardless of whether