]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: prog-mode-hook was documented.
authorGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 04:13:02 +0000 (20:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 04:13:02 +0000 (20:13 -0800)
etc/NEWS

index 0138fa5192ef8dea599a31b049e39413941d4805..67aee36461bcd3933a48b749427c56e9a6c85159 100644 (file)
--- a/etc/NEWS
+++ b/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.