mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-18 11:50:38 -08:00
Minor copyedit of "Font Lock" in user manual
* doc/emacs/display.texi (Font Lock): Make the wording about "enabling Font Lock" crystal clear. (Bug#36529)
This commit is contained in:
parent
faf99dcb37
commit
ff738ab8b8
1 changed files with 4 additions and 4 deletions
|
|
@ -836,10 +836,10 @@ for instance, programming language modes fontify syntactically
|
|||
relevant constructs like comments, strings, and function names.
|
||||
|
||||
@findex font-lock-mode
|
||||
Font Lock mode is enabled by default. To toggle it in the current
|
||||
buffer, type @kbd{M-x font-lock-mode}. A positive numeric argument
|
||||
unconditionally enables Font Lock mode, and a negative or zero
|
||||
argument disables it.
|
||||
Font Lock mode is enabled by default in major modes that support it.
|
||||
To toggle it in the current buffer, type @kbd{M-x font-lock-mode}. A
|
||||
positive numeric argument unconditionally enables Font Lock mode, and
|
||||
a negative or zero argument disables it.
|
||||
|
||||
@findex global-font-lock-mode
|
||||
@vindex global-font-lock-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue