diff options
| author | Eli Zaretskii | 2025-05-04 09:47:49 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-04 09:47:49 +0300 |
| commit | 81629b2b2ba282136bc5055bbaa0302321306e61 (patch) | |
| tree | e66901a2060534f1e796e13a737aad3a982450fc | |
| parent | 28a276efe8744227e15a8077f6333974eda157bb (diff) | |
| download | emacs-81629b2b2ba282136bc5055bbaa0302321306e61.tar.gz emacs-81629b2b2ba282136bc5055bbaa0302321306e61.zip | |
; * lisp/gnus/mail-source.el (mail-sources): Fix a typo (bug#78235).
| -rw-r--r-- | lisp/gnus/mail-source.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index daba2f3fd20..554db48800d 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el | |||
| @@ -201,8 +201,8 @@ Leave mails for this many days" :value 14))))) | |||
| 201 | (string :tag "Program")) | 201 | (string :tag "Program")) |
| 202 | (group :inline t | 202 | (group :inline t |
| 203 | (const :format "" | 203 | (const :format "" |
| 204 | :value :authenticator) | 204 | :value :authentication) |
| 205 | (choice :tag "Authenticator" | 205 | (choice :tag "Authentication" |
| 206 | :value login | 206 | :value login |
| 207 | ,@mail-source-imap-authenticators)) | 207 | ,@mail-source-imap-authenticators)) |
| 208 | (group :inline t | 208 | (group :inline t |