aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2017-01-26 19:45:39 +0100
committerLars Ingebrigtsen2017-01-26 19:46:27 +0100
commitaeecbc09adc46d6a681ed30609ff23cb1c37204b (patch)
treef3ff4629fb0fa09208fa9369c1cedb2869967210
parenta1cb68be6c94513c436fd52e4453cb7afe28f2ba (diff)
downloademacs-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.el4
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.
72This will only be used if the connection type is `shell'. See 72This will only be used if the connection type is `shell'. See
73the `make-network-process' documentation for an explanation of 73the `open-network-stream' documentation for an explanation of
74the format.) 74the 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.