diff options
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/mail/supercite.el | 4 |
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 | ||
| 7 | 2005-03-25 Werner Lemberg <wl@gnu.org> | 8 | 2005-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. |
| 246 | Legal values are: | 246 | Valid values are: |
| 247 | 247 | ||
| 248 | non-nil -- cite the entire region, regardless of its size | 248 | non-nil -- cite the entire region, regardless of its size |
| 249 | nil -- do not cite the region at all | 249 | nil -- 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. |
| 350 | Used in conjunction with `sc-nuke-mail-header-list'. Legal values are: | 350 | Used 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 |