Variable: mail-abbrevs-only

mail-abbrevs-only is a customizable variable defined in mailabbrev.el.gz.

Value

nil

Documentation

Non-nil means only mail abbrevs should expand automatically.

Other abbrevs expand only when you explicitly use expand-abbrev.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mailabbrev.el.gz
(defcustom mail-abbrevs-only nil
  "Non-nil means only mail abbrevs should expand automatically.
Other abbrevs expand only when you explicitly use `expand-abbrev'."
  :type 'boolean)