summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-05 22:04:03 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-05 22:04:03 +0000
commit5ebea921322d97502e97f3e8dda573ae8ccbd444 (patch)
tree5fe39a5f6e67f2dd62e4d0943ed756bd71403fb8
parent06f707653f26bcdd59950dc1b6138ad6680e2563 (diff)
downloademacs-5ebea921322d97502e97f3e8dda573ae8ccbd444.tar.gz
(mail-abbrevs-setup): Doc fix.
-rw-r--r--lisp/mail/mailabbrev.el1
1 files changed, 1 insertions, 0 deletions
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))