Function: rmail-summary-end-of-message
rmail-summary-end-of-message is an interactive and byte-compiled
function defined in rmailsum.el.gz.
Signature
(rmail-summary-end-of-message)
Documentation
Show bottom of current message.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-end-of-message ()
"Show bottom of current message."
(interactive)
(rmail-summary-show-message 'END))