Function: mh-prev-button
mh-prev-button is an autoloaded, interactive and byte-compiled
function defined in mh-folder.el.gz.
Signature
(mh-prev-button)
Documentation
Go to the previous button.
If the beginning of the buffer is reached then the search wraps over to the end of the buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-folder.el.gz
;;;###mh-autoload
(defun mh-prev-button ()
"Go to the previous button.
If the beginning of the buffer is reached then the search wraps
over to the end of the buffer."
(interactive)
(mh-next-button t))