Function: mail-to

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

Signature

(mail-to)

Documentation

Move point to end of To field, creating it if necessary.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/sendmail.el.gz
(defun mail-to ()
  "Move point to end of To field, creating it if necessary."
  (interactive)
  (expand-abbrev)
  (mail-position-on-field "To"))