aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-01 20:28:15 -0800
committerGlenn Morris2012-02-01 20:28:15 -0800
commitb030b3df20b5c0f1e01be83b7d443c8995b8137d (patch)
treecbf57e076c74e46286a14b33cd8949bbc7300926
parentc2f03a4aad0d74fc04ca64f4f710462209e4f1ca (diff)
downloademacs-b030b3df20b5c0f1e01be83b7d443c8995b8137d.tar.gz
emacs-b030b3df20b5c0f1e01be83b7d443c8995b8137d.zip
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/hooks.texi3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1ba070dccc0..92c46d0c8c5 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -18,6 +18,8 @@
18 18
192012-01-31 Glenn Morris <rgm@gnu.org> 192012-01-31 Glenn Morris <rgm@gnu.org>
20 20
21 * hooks.texi (Standard Hooks): Add prog-mode-hook.
22
21 * modes.texi (Defining Minor Modes): 23 * modes.texi (Defining Minor Modes):
22 Document define-minor-mode's new :variable keyword. 24 Document define-minor-mode's new :variable keyword.
23 25
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi
index b311da66110..bf4afb4cf2c 100644
--- a/doc/lispref/hooks.texi
+++ b/doc/lispref/hooks.texi
@@ -298,6 +298,9 @@ Manual}.
298@item pre-command-hook 298@item pre-command-hook
299@xref{Command Overview}. 299@xref{Command Overview}.
300 300
301@item prog-mode-hook
302@xref{Basic Major Modes}.
303
301@item resume-tty-functions 304@item resume-tty-functions
302@xref{Suspending Emacs}. 305@xref{Suspending Emacs}.
303 306