]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-picon.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / gnus / gnus-picon.el
index 6365e8e2ff7a659b77f0b06c79591f262bce6242..1b0acd24030b1cbdd7a3264265a48d7b3205c3ae 100644 (file)
@@ -73,7 +73,7 @@ Some people may want to add \"unknown\" to this list."
 
 (defcustom gnus-picon-properties '(:color-symbols (("None" . "white")))
   "List of image properties applied to picons."
-  :type 'sexp
+  :type 'plist
   :version "24.3"
   :group 'gnus-picon)
 
@@ -81,7 +81,6 @@ Some people may want to add \"unknown\" to this list."
   "How should picons be displayed.
 If `inline', the textual representation is replaced.  If `right', picons are
 added right to the textual representation."
-  ;; FIXME: `right' needs improvement for XEmacs.
   :type '(choice (const inline)
                 (const right))
   :group 'gnus-picon)