Mercurial > emacs
comparison man/display.texi @ 67462:61a462b38364
(Font Lock): Delete the Global FL menu item.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 10 Dec 2005 04:10:02 +0000 |
parents | 4f3a6d09d436 |
children | 9b11091298b7 |
comparison
equal
deleted
inserted
replaced
67461:29c746e855e1 | 67462:61a462b38364 |
---|---|
272 | 272 |
273 @example | 273 @example |
274 (global-font-lock-mode 0) | 274 (global-font-lock-mode 0) |
275 @end example | 275 @end example |
276 | 276 |
277 @noindent | |
278 Global Font Lock mode can also be set using the menu bar Options menu, | |
279 specifying first Syntax Highlighting and then Save Options. | |
280 | |
281 @findex turn-on-font-lock | 277 @findex turn-on-font-lock |
282 If you have disabled Global Font Lock mode, you can still enable font | 278 If you have disabled Global Font Lock mode, you can still enable font |
283 lock for specific major modes by adding the function | 279 lock for specific major modes by adding the function |
284 @code{turn-on-font-lock} to the mode hooks (@pxref{Hooks}). For | 280 @code{turn-on-font-lock} to the mode hooks (@pxref{Hooks}). For |
285 example, to enable Font Lock mode for editing C files, you can do this: | 281 example, to enable Font Lock mode for editing C files, you can do this: |