diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:47:56 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:47:56 +0000 |
commit | 3300ff9cb57448cf0040677eac67de852ac52bb0 (patch) | |
tree | b3a4bb3662ed87f7dc9cdfe435ca0444445b6a78 /lisp/mail | |
parent | be26ee3cc03d616117e8562503b84d8e413a4b5f (diff) | |
download | emacs-3300ff9cb57448cf0040677eac67de852ac52bb0.tar.gz |
(reporter-dont-compact-list): Doc fix.
Diffstat (limited to 'lisp/mail')
-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 @@ ;; I've set up a mailing list to report bugs or suggest enhancements, ;; etc. This list's intended audience is elisp package authors who are ;; using reporter and want to stay current with releases. Here are the -;; relevent addresses: +;; relevant addresses: ;; ;; Administrivia: reporter-request@anthem.nlm.nih.gov ;; Submissions: reporter@anthem.nlm.nih.gov @@ -101,7 +101,7 @@ prompt, you should `let' bind this variable to t before calling buffer-local so you should never just `setq' it.") (defvar reporter-dont-compact-list nil - "Interface variable controlling compating of list values. + "Interface variable controlling compacting of list values. When non-nil, this must be a list of variable symbols. When a variable containing a list value is formatted in the bug report mail buffer, it normally is compacted so that its value fits one the fewest |