From: Richard M. Stallman Date: Tue, 5 Mar 1996 22:04:03 +0000 (+0000) Subject: (mail-abbrevs-setup): Doc fix. X-Git-Tag: emacs-19.34~1099 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=178047284a939844b972140cba7fdc4eb1d11e79;p=emacs.git (mail-abbrevs-setup): Doc fix. --- diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index bc9c480ca89..4ab61fa8d44 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -138,6 +138,7 @@ no aliases, which is represented by this being a table with no entries.)") ;;;###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))