diff options
| author | Richard M. Stallman | 2003-09-30 12:44:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-30 12:44:53 +0000 |
| commit | f6babbacc47028cde0c13131a601968aada1179d (patch) | |
| tree | da5ccb33147f4c8616cb5217551472113e6d5263 | |
| parent | 911ebffa2fd03f35e665a0e245cb24e43d379c7f (diff) | |
| download | emacs-f6babbacc47028cde0c13131a601968aada1179d.tar.gz emacs-f6babbacc47028cde0c13131a601968aada1179d.zip | |
Comment change.
| -rw-r--r-- | lisp/mail/mailabbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index c67d8062afd..1b94f179f94 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | ;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: | 30 | ;; This file ensures that, when the point is in a To:, CC:, BCC:, or From: |
| 31 | ;; field, word-abbrevs are defined for each of your mail aliases. These | 31 | ;; field, word-abbrevs are defined for each of your mail aliases. These |
| 32 | ;; aliases will be defined from your .mailrc file (or the file specified by | 32 | ;; aliases will be defined from your .mailrc file (or the file specified by |
| 33 | ;; the MAILRC environment variable) if it exists. Your mail aliases will | 33 | ;; `mail-personal-alias-file') if it exists. Your mail aliases will |
| 34 | ;; expand any time you type a word-delimiter at the end of an abbreviation. | 34 | ;; expand any time you type a word-delimiter at the end of an abbreviation. |
| 35 | ;; | 35 | ;; |
| 36 | ;; What you see is what you get: if mailabbrev is in use when you type | 36 | ;; What you see is what you get: if mailabbrev is in use when you type |