aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:47:56 +0000
committerKarl Heuer1996-01-04 23:47:56 +0000
commit22cc6690e717501adc7dcbb19ec910a4009e92ca (patch)
tree42d9a1a93b3ccd8cec614759bc9f62297f9f4d8b
parent4ddd68f9a4c21af772d45d02c91653b5ff151f56 (diff)
downloademacs-22cc6690e717501adc7dcbb19ec910a4009e92ca.tar.gz
emacs-22cc6690e717501adc7dcbb19ec910a4009e92ca.zip
(reporter-dont-compact-list): Doc fix.
-rw-r--r--lisp/mail/reporter.el4
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
101buffer-local so you should never just `setq' it.") 101buffer-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.
105When non-nil, this must be a list of variable symbols. When a 105When non-nil, this must be a list of variable symbols. When a
106variable containing a list value is formatted in the bug report mail 106variable containing a list value is formatted in the bug report mail
107buffer, it normally is compacted so that its value fits one the fewest 107buffer, it normally is compacted so that its value fits one the fewest