diff options
| -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 6ee7628e112..a41a2fab225 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | ;; I've set up a mailing list to report bugs or suggest enhancements, | 61 | ;; I've set up a mailing list to report bugs or suggest enhancements, |
| 62 | ;; etc. This list's intended audience is elisp package authors who are | 62 | ;; etc. This list's intended audience is elisp package authors who are |
| 63 | ;; using reporter and want to stay current with releases. Here are the | 63 | ;; using reporter and want to stay current with releases. Here are the |
| 64 | ;; relevent addresses: | 64 | ;; relevant addresses: |
| 65 | ;; | 65 | ;; |
| 66 | ;; Administrivia: reporter-request@anthem.nlm.nih.gov | 66 | ;; Administrivia: reporter-request@anthem.nlm.nih.gov |
| 67 | ;; Submissions: reporter@anthem.nlm.nih.gov | 67 | ;; Submissions: reporter@anthem.nlm.nih.gov |
| @@ -101,7 +101,7 @@ prompt, you should `let' bind this variable to t before calling | |||
| 101 | buffer-local so you should never just `setq' it.") | 101 | buffer-local so you should never just `setq' it.") |
| 102 | 102 | ||
| 103 | (defvar reporter-dont-compact-list nil | 103 | (defvar reporter-dont-compact-list nil |
| 104 | "Interface variable controlling compating of list values. | 104 | "Interface variable controlling compacting of list values. |
| 105 | When non-nil, this must be a list of variable symbols. When a | 105 | When non-nil, this must be a list of variable symbols. When a |
| 106 | variable containing a list value is formatted in the bug report mail | 106 | variable containing a list value is formatted in the bug report mail |
| 107 | buffer, it normally is compacted so that its value fits one the fewest | 107 | buffer, it normally is compacted so that its value fits one the fewest |