diff options
| author | Stefan Kangas | 2020-09-21 15:03:57 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-09-21 15:04:55 +0200 |
| commit | bf4accb65e71997c082a23cf492563243b1f4c34 (patch) | |
| tree | 1fa1d483e1871e70a99c365f0c1928caf273b2ad /doc/lispref/modes.texi | |
| parent | 02a31c9632693b882e46b6dbdd2653297bbfdead (diff) | |
| download | emacs-bf4accb65e71997c082a23cf492563243b1f4c34.tar.gz emacs-bf4accb65e71997c082a23cf492563243b1f4c34.zip | |
; Fix some trivial typos
Diffstat (limited to 'doc/lispref/modes.texi')
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
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. | |||
| 3277 | also use the normal Font Lock machinery. But if the mode does not use | 3277 | also use the normal Font Lock machinery. But if the mode does not use |
| 3278 | the normal Font Lock machinery, it should not set the variable | 3278 | the 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 |
| 3280 | not be overriden, so using the @code{face} property could work too. | 3280 | not be overridden, so using the @code{face} property could work too. |
| 3281 | However, using @code{font-lock-face} is generally preferable as it | 3281 | However, using @code{font-lock-face} is generally preferable as it |
| 3282 | allows the user to control the fontification by toggling | 3282 | allows 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 |