From 178047284a939844b972140cba7fdc4eb1d11e79 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Mar 1996 22:04:03 +0000 Subject: [PATCH] (mail-abbrevs-setup): Doc fix. --- lisp/mail/mailabbrev.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5