# HG changeset patch # User Richard M. Stallman # Date 826063443 0 # Node ID bef2b46521de857fa0880983e1dfb0b17e50217f # Parent c6e53d665cecd6dd2f8057a9fce6eeae31d48e57 (mail-abbrevs-setup): Doc fix. diff -r c6e53d665cec -r bef2b46521de lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Tue Mar 05 21:42:17 1996 +0000 +++ b/lisp/mail/mailabbrev.el Tue Mar 05 22:04:03 1996 +0000 @@ -138,6 +138,7 @@ ;;;###autoload (defun mail-abbrevs-setup () + "Initialize use of the `mailabbrev' package." (if (and (not (vectorp mail-abbrevs)) (file-exists-p mail-personal-alias-file)) (build-mail-abbrevs))