diff options
| author | Richard M. Stallman | 2005-12-10 04:11:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-10 04:11:21 +0000 |
| commit | 36c962505c48fc6c838cb073397a292251295e3e (patch) | |
| tree | f7d407c3b37ba0936f246acee0248ab4ea396c27 | |
| parent | 4b3eb40742ed9b6531809cf3c73f04b0fed360b8 (diff) | |
| download | emacs-36c962505c48fc6c838cb073397a292251295e3e.tar.gz emacs-36c962505c48fc6c838cb073397a292251295e3e.zip | |
(Font Lock): Delete the Global FL menu item.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/display.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3443abbd093..f378e865d4a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-12-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Font Lock): Delete the Global FL menu item. | ||
| 4 | |||
| 1 | 2005-12-09 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-12-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * custom.texi (Minibuffer Maps): Mention the maps for file name | 7 | * custom.texi (Minibuffer Maps): Mention the maps for file name |
diff --git a/man/display.texi b/man/display.texi index cc345b93b8f..f532690b238 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -274,10 +274,6 @@ interface (@pxref{Easy Customization}), or use the function | |||
| 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 |