]> git.eshelyaron.com Git - emacs.git/commitdiff
Copy edit nnimap-expunge doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 28 Sep 2019 19:09:30 +0000 (21:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 28 Sep 2019 19:10:10 +0000 (21:10 +0200)
* lisp/gnus/nnimap.el (nnimap-expunge): Copy edit doc string.

lisp/gnus/nnimap.el

index 2c91ba0bf5e6aaf075bdfb906a0b47deb66413ed..839399859de4814e9b653ce54e6a57539e157f83 100644 (file)
@@ -104,17 +104,17 @@ Possible choices are nil (use default methods), `anonymous',
 
 (defvoo nnimap-expunge 'on-exit
   "When to expunge deleted messages.
-If 'never, deleted articles are marked with the IMAP \\Delete
-flag but not automatically expunged. If 'immediately, deleted
+If `never', deleted articles are marked with the IMAP \\Delete
+flag but not automatically expunged. If `immediately', deleted
 articles are immediately expunged (this requires the server to
-support the UID EXPUNGE command). If 'on-exit, deleted articles
-are flagged, and all flagged articles are expunged when the
-group is closed.
+support the UID EXPUNGE command). If `on-exit', deleted articles
+are flagged, and all flagged articles are expunged when the group
+is closed.
 
 For backwards compatibility, this variable may also be set to t
 or nil. If the server supports UID EXPUNGE, both t and nil are
-equivalent to 'immediately. If the server does not support UID
-EXPUNGE nil is equivalent to 'never, while t will immediately
+equivalent to `immediately'. If the server does not support UID
+EXPUNGE nil is equivalent to `never', while t will immediately
 expunge ALL articles that are currently flagged as deleted
 (i.e., potentially not only the article that was just deleted).")