Function: pages-directory-mode
pages-directory-mode is an interactive and byte-compiled function
defined in page-ext.el.gz.
Signature
(pages-directory-mode)
Documentation
Mode for handling the pages-directory buffer.
Move point to one of the lines in this buffer, then use M-x pages-directory-goto (pages-directory-goto) to go
to the same line in the pages buffer.
In addition to any hooks its parent mode special-mode might have
run, this mode runs the hook pages-directory-mode-hook, as the final
or penultimate step during initialization.
Key Bindings
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."
)