Function: mail-text

mail-text is an interactive and byte-compiled function defined in sendmail.el.gz.

Signature

(mail-text)

Documentation

Move point to beginning of text field.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/sendmail.el.gz
(defun mail-text ()
  "Move point to beginning of text field."
  (interactive)
  (expand-abbrev)
  (goto-char (mail-text-start)))