]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-abbrevs-setup): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Mar 1996 22:04:03 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Mar 1996 22:04:03 +0000 (22:04 +0000)
lisp/mail/mailabbrev.el

index bc9c480ca893d4ee21654dcc659cc279bf04b72c..4ab61fa8d448c543dc50e4a0bbb96e0a1adf08a6 100644 (file)
@@ -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))