# HG changeset patch # User Richard M. Stallman # Date 719446868 0 # Node ID d1f24ca467fcd2b05ad62ebf0e584b958aa7c2da # Parent c5fe2f36dda5ec3d7844b8c68402ec9cb9da0ed2 Doc fixes. diff -r c5fe2f36dda5 -r d1f24ca467fc lisp/mail/mailalias.el --- a/lisp/mail/mailalias.el Sun Oct 18 22:20:45 1992 +0000 +++ b/lisp/mail/mailalias.el Sun Oct 18 22:21:08 1992 +0000 @@ -94,7 +94,7 @@ ;; Called by mail-setup, or similar functions, only if ~/.mailrc exists. (defun build-mail-aliases (&optional file) - "Read mail aliases from ~/.mailrc and set `mail-aliases'." + "Read mail aliases from `~/.mailrc' and set `mail-aliases'." (setq file (expand-file-name (or file "~/.mailrc"))) (let ((buffer nil) (obuf (current-buffer)))