1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.

This commit is contained in:
Glenn Morris 2012-02-01 20:28:15 -08:00
parent c2f03a4aad
commit b030b3df20
2 changed files with 5 additions and 0 deletions

View 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.

View 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}.