changeset 1434:d1f24ca467fc

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Oct 1992 22:21:08 +0000
parents c5fe2f36dda5
children 4fef92b213f6
files lisp/mail/mailalias.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))