aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus.el2
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)