]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
authorGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 04:28:15 +0000 (20:28 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 04:28:15 +0000 (20:28 -0800)
doc/lispref/ChangeLog
doc/lispref/hooks.texi

index 1ba070dccc0dc1698a5aad365f37a9da581842ab..92c46d0c8c521adba56ebc2659d1e715ecff8434 100644 (file)
@@ -18,6 +18,8 @@
 
 2012-01-31  Glenn Morris  <rgm@gnu.org>
 
+       * hooks.texi (Standard Hooks): Add prog-mode-hook.
+
        * modes.texi (Defining Minor Modes):
        Document define-minor-mode's new :variable keyword.
 
index b311da6611090b73f0985a749c7128ab24661970..bf4afb4cf2c8711ad98460a1540f76a5d3acf3fc 100644 (file)
@@ -298,6 +298,9 @@ Manual}.
 @item pre-command-hook
 @xref{Command Overview}.
 
+@item prog-mode-hook
+@xref{Basic Major Modes}.
+
 @item resume-tty-functions
 @xref{Suspending Emacs}.