Function: message-goto-summary
message-goto-summary is an interactive and byte-compiled function
defined in message.el.gz.
Signature
(message-goto-summary)
Documentation
Move point to the Summary header or insert an empty one.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-goto-summary ()
"Move point to the Summary header or insert an empty one."
(interactive nil message-mode)
(push-mark)
(message-position-on-field "Summary" "Subject"))