diff options
| author | Lars Ingebrigtsen | 2017-01-26 19:45:39 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2017-01-26 19:46:27 +0100 |
| commit | aeecbc09adc46d6a681ed30609ff23cb1c37204b (patch) | |
| tree | f3ff4629fb0fa09208fa9369c1cedb2869967210 | |
| parent | a1cb68be6c94513c436fd52e4453cb7afe28f2ba (diff) | |
| download | emacs-aeecbc09adc46d6a681ed30609ff23cb1c37204b.tar.gz emacs-aeecbc09adc46d6a681ed30609ff23cb1c37204b.zip | |
Fix typo in last checkin
* lisp/gnus/nnimap.el (nnimap-shell-program): Document
nnimap-shell-program (bug#20651).
| -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. |