]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-picon.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / lisp / gnus / gnus-picon.el
index 1b0acd24030b1cbdd7a3264265a48d7b3205c3ae..8b2088be06ecf79f5facf0403660f4f520dc3064 100644 (file)
 ;;; User variables:
 
 (defcustom gnus-picon-news-directories '("news")
-  "*List of directories to search for newsgroups faces."
+  "List of directories to search for newsgroups faces."
   :type '(repeat string)
   :group 'gnus-picon)
 
 (defcustom gnus-picon-user-directories '("users" "usenix" "local" "misc")
-  "*List of directories to search for user faces."
+  "List of directories to search for user faces."
   :type '(repeat string)
   :group 'gnus-picon)
 
 (defcustom gnus-picon-domain-directories '("domains")
-  "*List of directories to search for domain faces.
+  "List of directories to search for domain faces.
 Some people may want to add \"unknown\" to this list."
   :type '(repeat string)
   :group 'gnus-picon)
@@ -67,7 +67,7 @@ Some people may want to add \"unknown\" to this list."
     (when (gnus-image-type-available-p 'xpm)
       (push "xpm" types))
     types)
-  "*List of suffixes on picon file names to try."
+  "List of suffixes on picon file names to try."
   :type '(repeat string)
   :group 'gnus-picon)