Mercurial > emacs
diff lisp/mail/mailabbrev.el @ 14761:bef2b46521de
(mail-abbrevs-setup): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Mar 1996 22:04:03 +0000 |
parents | 83f275dcd93a |
children | 47631a15d6a2 |
line wrap: on
line diff
--- 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))