aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/mail/supercite.el4
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45f9e6b696b..b48c14cf823 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,7 @@
3 * complete.el, thumbs.el: Replace `legal' with `valid'. 3 * complete.el, thumbs.el: Replace `legal' with `valid'.
4 * calendar/calendar.el: Replace `legal' with `valid'. 4 * calendar/calendar.el: Replace `legal' with `valid'.
5 * emacs-lisp/advice.el: Replace `legal' with `valid'. 5 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6 * mail/supercite.el: Replace `legal' with `valid'.
6 7
72005-03-25 Werner Lemberg <wl@gnu.org> 82005-03-25 Werner Lemberg <wl@gnu.org>
8 9
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 5d4efeb8406..3f24c952d89 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -243,7 +243,7 @@ See the variable `sc-cite-frame-alist' for details."
243 243
244(defcustom sc-cite-region-limit t 244(defcustom sc-cite-region-limit t
245 "*This variable controls automatic citation of yanked text. 245 "*This variable controls automatic citation of yanked text.
246Legal values are: 246Valid values are:
247 247
248non-nil -- cite the entire region, regardless of its size 248non-nil -- cite the entire region, regardless of its size
249nil -- do not cite the region at all 249nil -- do not cite the region at all
@@ -347,7 +347,7 @@ Non-nil uses nested citations, nil uses non-nested citations."
347 347
348(defcustom sc-nuke-mail-headers 'all 348(defcustom sc-nuke-mail-headers 'all
349 "*Controls mail header nuking. 349 "*Controls mail header nuking.
350Used in conjunction with `sc-nuke-mail-header-list'. Legal values are: 350Used in conjunction with `sc-nuke-mail-header-list'. Valid values are:
351 351
352`all' -- nuke all mail headers 352`all' -- nuke all mail headers
353`none' -- don't nuke any mail headers 353`none' -- don't nuke any mail headers