diff options
| author | Glenn Morris | 2012-02-01 20:28:15 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-01 20:28:15 -0800 |
| commit | b030b3df20b5c0f1e01be83b7d443c8995b8137d (patch) | |
| tree | cbf57e076c74e46286a14b33cd8949bbc7300926 | |
| parent | c2f03a4aad0d74fc04ca64f4f710462209e4f1ca (diff) | |
| download | emacs-b030b3df20b5c0f1e01be83b7d443c8995b8137d.tar.gz emacs-b030b3df20b5c0f1e01be83b7d443c8995b8137d.zip | |
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/hooks.texi | 3 |
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 | ||
| 19 | 2012-01-31 Glenn Morris <rgm@gnu.org> | 19 | 2012-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 | ||