summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-async.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/gnus-async.el')
-rw-r--r--lisp/gnus/gnus-async.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el
index ba72d820431..19867d83ae7 100644
--- a/lisp/gnus/gnus-async.el
+++ b/lisp/gnus/gnus-async.el
@@ -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)