diff options
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1283,6 +1283,7 @@ syntactic rules. | |||
| 1283 | *** `prog-mode' is a new major mode from which programming modes | 1283 | *** `prog-mode' is a new major mode from which programming modes |
| 1284 | should be derived. | 1284 | should be derived. |
| 1285 | 1285 | ||
| 1286 | +++ | ||
| 1286 | **** `prog-mode-hook' can be used to enable features for programming | 1287 | **** `prog-mode-hook' can be used to enable features for programming |
| 1287 | modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable | 1288 | modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable |
| 1288 | on-the-fly spell checking for comments and strings. | 1289 | on-the-fly spell checking for comments and strings. |