changeset 14761:bef2b46521de

(mail-abbrevs-setup): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 05 Mar 1996 22:04:03 +0000
parents c6e53d665cec
children 624d5547a6d6
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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))