diff options
Diffstat (limited to 'lisp/gnus/gnus.el')
-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'." (:constructor gnus-info-make (group rank read &optional marks method params)) (:constructor nil) - ;; FIMXE: gnus-newsrc-alist contains a list of those, + ;; FIXME: gnus-newsrc-alist contains a list of those, ;; so changing them to a real struct will take more work! (:type list)) group rank read marks method params) |