]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-async.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / lisp / gnus / gnus-async.el
index ba72d820431d3c25f1c931a790291578459b2887..19867d83ae719ec960875db7d0199e7f94bb88c2 100644 (file)
@@ -35,7 +35,7 @@
   :group 'gnus)
 
 (defcustom gnus-use-article-prefetch 30
-  "*If non-nil, prefetch articles in groups that allow this.
+  "If non-nil, prefetch articles in groups that allow this.
 If a number, prefetch only that many articles forward;
 if t, prefetch as many articles as possible."
   :group 'gnus-asynchronous
@@ -44,7 +44,7 @@ if t, prefetch as many articles as possible."
                 (integer :tag "some" 0)))
 
 (defcustom gnus-asynchronous nil
-  "*If nil, inhibit all Gnus asynchronicity.
+  "If nil, inhibit all Gnus asynchronicity.
 If non-nil, let the other asynch variables be heeded."
   :group 'gnus-asynchronous
   :type 'boolean)
@@ -59,7 +59,7 @@ from that group."
   :type '(set (const read) (const exit)))
 
 (defcustom gnus-use-header-prefetch nil
-  "*If non-nil, prefetch the headers to the next group."
+  "If non-nil, prefetch the headers to the next group."
   :group 'gnus-asynchronous
   :type 'boolean)