mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 09:51:31 -08:00
* etc/NEWS: prog-mode-hook was documented.
This commit is contained in:
parent
12f381b73d
commit
c2f03a4aad
1 changed files with 1 additions and 0 deletions
1
etc/NEWS
1
etc/NEWS
|
|
@ -1283,6 +1283,7 @@ syntactic rules.
|
|||
*** `prog-mode' is a new major mode from which programming modes
|
||||
should be derived.
|
||||
|
||||
+++
|
||||
**** `prog-mode-hook' can be used to enable features for programming
|
||||
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
|
||||
on-the-fly spell checking for comments and strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue