diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 7ba8a9de593..71c09dce6f7 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -268,7 +268,7 @@ each invocation of the saving commands." | |||
| 268 | :group 'gnus-article-saving | 268 | :group 'gnus-article-saving |
| 269 | :type '(choice (item always) | 269 | :type '(choice (item always) |
| 270 | (item :tag "never" nil) | 270 | (item :tag "never" nil) |
| 271 | (sexp :tag "once" :format "%t"))) | 271 | (other :tag "once" t))) |
| 272 | 272 | ||
| 273 | (defcustom gnus-saved-headers gnus-visible-headers | 273 | (defcustom gnus-saved-headers gnus-visible-headers |
| 274 | "Headers to keep if `gnus-save-all-headers' is nil. | 274 | "Headers to keep if `gnus-save-all-headers' is nil. |