diff options
| author | Richard M. Stallman | 1992-10-18 22:21:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-18 22:21:08 +0000 |
| commit | 1ddea2ab1f1991b38c94807768b51b87dd42a4e4 (patch) | |
| tree | d0a76319769b28db900e715de5aa819fff5b66d0 /lisp | |
| parent | c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f (diff) | |
| download | emacs-1ddea2ab1f1991b38c94807768b51b87dd42a4e4.tar.gz emacs-1ddea2ab1f1991b38c94807768b51b87dd42a4e4.zip | |
Doc fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/mailalias.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 9e95f63d9d3..f390a64ff06 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el | |||
| @@ -94,7 +94,7 @@ removed from alias expansions." | |||
| 94 | 94 | ||
| 95 | ;; Called by mail-setup, or similar functions, only if ~/.mailrc exists. | 95 | ;; Called by mail-setup, or similar functions, only if ~/.mailrc exists. |
| 96 | (defun build-mail-aliases (&optional file) | 96 | (defun build-mail-aliases (&optional file) |
| 97 | "Read mail aliases from ~/.mailrc and set `mail-aliases'." | 97 | "Read mail aliases from `~/.mailrc' and set `mail-aliases'." |
| 98 | (setq file (expand-file-name (or file "~/.mailrc"))) | 98 | (setq file (expand-file-name (or file "~/.mailrc"))) |
| 99 | (let ((buffer nil) | 99 | (let ((buffer nil) |
| 100 | (obuf (current-buffer))) | 100 | (obuf (current-buffer))) |