Function: shortdoc-mode
shortdoc-mode is a byte-compiled function defined in shortdoc.el.gz.
Signature
(shortdoc-mode)
Documentation
Mode for shortdoc.
In addition to any hooks its parent mode special-mode might have
run, this mode runs the hook shortdoc-mode-hook, as the final or
penultimate step during initialization.
C-c C-n shortdoc-next-section
C-c C-p shortdoc-previous-section
n shortdoc-next
p shortdoc-previous
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/shortdoc.el.gz
(define-derived-mode shortdoc-mode special-mode "shortdoc"
"Mode for shortdoc."
:interactive nil)