diff options
| author | Paul Eggert | 2020-01-17 14:23:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-17 14:24:15 -0800 |
| commit | 2391d3f45dbff087d64c522657124ebd1467b251 (patch) | |
| tree | f3500c37d93126f61b70abfeb4cd7d07786e67b8 /lisp/gnus | |
| parent | e898442be343588c2be9638b1684856dbc898ab9 (diff) | |
| download | emacs-2391d3f45dbff087d64c522657124ebd1467b251.tar.gz emacs-2391d3f45dbff087d64c522657124ebd1467b251.zip | |
; spelling fixes
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index f836ea60355..6df26b4af8c 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -2821,7 +2821,7 @@ See Info node `(gnus)Formatting Variables'." | |||
| 2821 | (:constructor gnus-info-make | 2821 | (:constructor gnus-info-make |
| 2822 | (group rank read &optional marks method params)) | 2822 | (group rank read &optional marks method params)) |
| 2823 | (:constructor nil) | 2823 | (:constructor nil) |
| 2824 | ;; FIMXE: gnus-newsrc-alist contains a list of those, | 2824 | ;; FIXME: gnus-newsrc-alist contains a list of those, |
| 2825 | ;; so changing them to a real struct will take more work! | 2825 | ;; so changing them to a real struct will take more work! |
| 2826 | (:type list)) | 2826 | (:type list)) |
| 2827 | group rank read marks method params) | 2827 | group rank read marks method params) |