diff options
| -rw-r--r-- | lisp/gnus/nnimap.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 5d38924b576..2943c8dc7d2 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -70,8 +70,8 @@ back on `network'.") | |||
| 70 | "ssh %s imapd") | 70 | "ssh %s imapd") |
| 71 | "What command to execute to connect to an IMAP server. | 71 | "What command to execute to connect to an IMAP server. |
| 72 | This will only be used if the connection type is `shell'. See | 72 | This will only be used if the connection type is `shell'. See |
| 73 | the `make-network-process' documentation for an explanation of | 73 | the `open-network-stream' documentation for an explanation of |
| 74 | the format.) | 74 | the format.") |
| 75 | 75 | ||
| 76 | (defvoo nnimap-inbox nil | 76 | (defvoo nnimap-inbox nil |
| 77 | "The mail box where incoming mail arrives and should be split out of. | 77 | "The mail box where incoming mail arrives and should be split out of. |