Variable: pages-directory-address-mode-hook

pages-directory-address-mode-hook is a variable defined in page-ext.el.gz.

Value

nil

Documentation

Hook run after entering pages-directory-address-mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/page-ext.el.gz
(define-derived-mode pages-directory-address-mode pages-directory-mode
  "Addresses Directory"
  "Mode for handling the Addresses Directory buffer.

Move point to one of the lines in this buffer,
then use \\[pages-directory-goto] to go
to the same line in the pages buffer."
  :syntax-table nil)