Function: mh-index-previous-folder
mh-index-previous-folder is an autoloaded, interactive and
byte-compiled function defined in mh-search.el.gz.
Signature
(mh-index-previous-folder)
Documentation
Jump to the previous folder marker.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-search.el.gz
;;;###mh-autoload
(defun mh-index-previous-folder ()
"Jump to the previous folder marker."
(interactive)
(mh-index-next-folder t))