diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /lisp/gnus | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip | |
; Spelling fixes
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/gnus-cus.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnimap.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 5291d1d64d1..57e7f7c8c35 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el | |||
| @@ -257,7 +257,7 @@ Server-assigned value attached to IMAP groups, used to maintain consistency.") | |||
| 257 | (modseq (choice :tag "modseq" | 257 | (modseq (choice :tag "modseq" |
| 258 | (const :tag "None" nil) | 258 | (const :tag "None" nil) |
| 259 | (string :tag "Sequence number")) | 259 | (string :tag "Sequence number")) |
| 260 | "Modification seqence number") | 260 | "Modification sequence number") |
| 261 | (active (cons :tag "active" (integer :tag "min") (integer :tag "max")) | 261 | (active (cons :tag "active" (integer :tag "min") (integer :tag "max")) |
| 262 | "active") | 262 | "active") |
| 263 | (permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag")) | 263 | (permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag")) |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index bbbca8f4193..f02c2e5c1f1 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -233,7 +233,7 @@ textual parts.") | |||
| 233 | 'headers)) | 233 | 'headers)) |
| 234 | 234 | ||
| 235 | (defun nnimap-transform-headers () | 235 | (defun nnimap-transform-headers () |
| 236 | "Transform server's FETCH response into parseable headers." | 236 | "Transform server's FETCH response into parsable headers." |
| 237 | (goto-char (point-min)) | 237 | (goto-char (point-min)) |
| 238 | (let (seen-articles article lines size string labels) | 238 | (let (seen-articles article lines size string labels) |
| 239 | (cl-block nil | 239 | (cl-block nil |