diff options
Diffstat (limited to 'lisp/gnus/gnus-agent.el')
| -rw-r--r-- | lisp/gnus/gnus-agent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 9219ce04c1f..80753c11813 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el @@ -680,7 +680,7 @@ minor mode in all Gnus buffers." (defun gnus-agent-queue-setup (&optional group-name) "Make sure the queue group exists. -Optional arg GROUP-NAME allows to specify another group." +Optional arg GROUP-NAME allows another group to be specified." (unless (gnus-gethash (format "nndraft:%s" (or group-name "queue")) gnus-newsrc-hashtb) (gnus-request-create-group (or group-name "queue") '(nndraft "")) |
