mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
(gnus-article-x-face-too-ugly): Fix type.
(gnus-saved-headers): Fix type.
This commit is contained in:
parent
fefaefefc1
commit
4bb6a3a63c
1 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ asynchronously. The compressed face will be piped to this command."
|
|||
|
||||
(defcustom gnus-article-x-face-too-ugly nil
|
||||
"Regexp matching posters whose face shouldn't be shown automatically."
|
||||
:type 'regexp
|
||||
:type '(choice regexp (const nil))
|
||||
:group 'gnus-article-washing)
|
||||
|
||||
(defcustom gnus-emphasis-alist
|
||||
|
|
@ -276,7 +276,7 @@ If `gnus-save-all-headers' is non-nil, this variable will be ignored.
|
|||
If that variable is nil, however, all headers that match this regexp
|
||||
will be kept while the rest will be deleted before saving."
|
||||
:group 'gnus-article-saving
|
||||
:type '(repeat string))
|
||||
:type 'regexp)
|
||||
|
||||
(defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
|
||||
"A function to save articles in your favourite format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue