diff options
| author | Jim Blandy | 1993-06-09 11:26:54 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:26:54 +0000 |
| commit | 165c38c5341f86437e496624cc87e42973156a3e (patch) | |
| tree | a360a24da4433046c67b07c59ba9e76cfc49e68d | |
| parent | 4cad38d5ed515f4e5707173502739c320770a4a5 (diff) | |
| download | emacs-165c38c5341f86437e496624cc87e42973156a3e.tar.gz emacs-165c38c5341f86437e496624cc87e42973156a3e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/mail/reporter.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 673ac541f91..aabae37e220 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | ;; I've set up a mailing list to report bugs or suggest enhancements, | 59 | ;; I've set up a mailing list to report bugs or suggest enhancements, |
| 60 | ;; etc. This list's intended audience is elisp package authors who are | 60 | ;; etc. This list's intended audience is elisp package authors who are |
| 61 | ;; using reporter and want to stay current with releases. Here are the | 61 | ;; using reporter and want to stay current with releases. Here are the |
| 62 | ;; relevent addresses: | 62 | ;; relevant addresses: |
| 63 | ;; | 63 | ;; |
| 64 | ;; Administrivia: reporter-request@anthem.nlm.nih.gov | 64 | ;; Administrivia: reporter-request@anthem.nlm.nih.gov |
| 65 | ;; Submissions: reporter@anthem.nlm.nih.gov | 65 | ;; Submissions: reporter@anthem.nlm.nih.gov |
| @@ -139,7 +139,7 @@ the name of the mode (you must explicitly concat any version numbers). | |||
| 139 | VARLIST is the list of variables to dump (do a `\\[describe-function] reporter-dump-state' | 139 | VARLIST is the list of variables to dump (do a `\\[describe-function] reporter-dump-state' |
| 140 | for details). Optional PRE-HOOKS and POST-HOOKS are passed to | 140 | for details). Optional PRE-HOOKS and POST-HOOKS are passed to |
| 141 | `reporter-dump-state'. Optional SALUTATION is inserted at the top of the | 141 | `reporter-dump-state'. Optional SALUTATION is inserted at the top of the |
| 142 | mail buffer, and point is left after the saluation. | 142 | mail buffer, and point is left after the salutation. |
| 143 | 143 | ||
| 144 | The mailer used is described in the variable `reporter-mailer'." | 144 | The mailer used is described in the variable `reporter-mailer'." |
| 145 | 145 | ||