Variable: pages-directory-mode-hook

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

Value

nil

Documentation

Hook run after entering pages-directory-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-mode special-mode "Pages-Directory"
  "Mode for handling the pages-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."
  )