emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107468: * doc/lispref/hooks.texi (St


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107468: * doc/lispref/hooks.texi (Standard Hooks): Remove mode-specific hooks.
Date: Wed, 29 Feb 2012 23:31:15 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107468
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-29 23:31:15 -0800
message:
  * doc/lispref/hooks.texi (Standard Hooks): Remove mode-specific hooks.
  Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
modified:
  doc/lispref/ChangeLog
  doc/lispref/hooks.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-03-01 07:29:48 +0000
+++ b/doc/lispref/ChangeLog     2012-03-01 07:31:15 +0000
@@ -1,5 +1,7 @@
 2012-03-01  Glenn Morris  <address@hidden>
 
+       * hooks.texi (Standard Hooks): Remove mode-specific hooks.
+
        * maps.texi (Standard Keymaps): General update.
        Remove mode-specific maps, talk about the more general keymaps.
        * help.texi (Help Functions): Add vindex for Helper-help-map.

=== modified file 'doc/lispref/hooks.texi'
--- a/doc/lispref/hooks.texi    2012-02-17 07:44:31 +0000
+++ b/doc/lispref/hooks.texi    2012-03-01 07:31:15 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1993, 1998, 2001-2012  Free Software 
Foundation, Inc.
address@hidden Copyright (C) 1990-1993, 1998, 2001-2012 Free Software 
Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/hooks
 @node Standard Hooks, Index, Standard Keymaps, Top
@@ -22,7 +22,7 @@
 @address@hidden  The major mode command runs this
 normal hook with @code{run-mode-hooks} as the very last thing it does.
 @xref{Mode Hooks}.  Most minor modes have mode hooks too.  Mode hooks
-are omitted in the list below.
+are omitted from the list below.
 
 The variables whose names end in @samp{-hooks} or @samp{-functions} are
 usually @dfn{abnormal hooks}; their values are lists of functions, but
@@ -95,38 +95,6 @@
 @item buffer-access-fontify-functions
 @xref{Lazy Properties}.
 
address@hidden calendar-initial-window-hook
address@hidden
address@hidden Customizing,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Customizing,,, emacs}.
address@hidden ifnottex
-
address@hidden calendar-load-hook
address@hidden
address@hidden Customizing,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Customizing,,, emacs}.
address@hidden ifnottex
-
address@hidden calendar-today-invisible-hook
address@hidden
address@hidden Customizing,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Customizing,,, emacs}.
address@hidden ifnottex
-
address@hidden calendar-today-visible-hook
address@hidden
address@hidden Customizing,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Customizing,,, emacs}.
address@hidden ifnottex
-
 @item change-major-mode-after-body-hook
 @xref{Mode Hooks}.
 
@@ -153,67 +121,7 @@
 Functions to call when Emacs deletes a frame.  @xref{Deleting Frames}.
 
 @item delete-terminal-functions
-Functions to call when Emacs deletes a terminal.  @xref{Multiple
-Terminals}.
-
address@hidden desktop-after-read-hook
-Normal hook run after a successful @code{desktop-read}.  May be used
-to show a buffer list.  @xref{Saving Emacs Sessions,, Saving Emacs
-Sessions, emacs, the GNU Emacs Manual}.
-
address@hidden desktop-no-desktop-file-hook
-Normal hook run when @code{desktop-read} can't find a desktop file.
-May be used to show a dired buffer.  @xref{Saving Emacs Sessions,,
-Saving Emacs Sessions, emacs, the GNU Emacs Manual}.
-
address@hidden desktop-save-hook
-Normal hook run before the desktop is saved in a desktop file.  This
-is useful for truncating history lists, for example.  @xref{Saving
-Emacs Sessions,, Saving Emacs Sessions, emacs, the GNU Emacs Manual}.
-
address@hidden diary-hook
-List of functions called after the display of the diary.  Can be used
-for appointment notification.
-
address@hidden diary-list-entries-hook
address@hidden
address@hidden Diary Display,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Diary Display,,, emacs}.
address@hidden ifnottex
-
address@hidden diary-mark-entries-hook
address@hidden
address@hidden Diary Display,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Diary Display,,, emacs}.
address@hidden ifnottex
-
address@hidden diary-nongregorian-listing-hook
address@hidden
address@hidden Diary,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Diary,,, emacs}.
address@hidden ifnottex
-
address@hidden diary-nongregorian-marking-hook
address@hidden
address@hidden Diary,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Diary,,, emacs}.
address@hidden ifnottex
-
address@hidden diary-print-entries-hook
address@hidden
address@hidden Display,, emacs-xtra}.
address@hidden iftex
address@hidden
address@hidden Display,,, emacs}.
address@hidden ifnottex
+Functions to call when Emacs deletes a terminal.  @xref{Multiple Terminals}.
 
 @item disabled-command-function
 @xref{Disabling Commands}.
@@ -272,8 +180,6 @@
 @item kill-emacs-query-functions
 @xref{Killing Emacs}.
 
address@hidden lisp-indent-function
-
 @item mail-setup-hook
 @xref{Mail Misc,, Mail Miscellany, emacs, the GNU Emacs Manual}.
 
@@ -289,8 +195,6 @@
 @item mouse-position-function
 @xref{Mouse Position}.
 
address@hidden occur-hook
-
 @item post-command-hook
 @xref{Command Overview}.
 
@@ -306,8 +210,6 @@
 @item resume-tty-functions
 @xref{Suspending Emacs}.
 
address@hidden scheme-indent-function
-
 @item suspend-hook
 @xref{Suspending Emacs}.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]