; Change imap-shell-host
docstring to mention SSH
* lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of rlogin.
This commit is contained in:
parent
671ad83026
commit
8f96e0064f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ See also `imap-log'."
|
|||
:type 'boolean)
|
||||
|
||||
(defcustom imap-shell-host "gateway"
|
||||
"Hostname of rlogin proxy."
|
||||
"Hostname of SSH proxy."
|
||||
:type 'string)
|
||||
|
||||
(defcustom imap-default-user (user-login-name)
|
||||
|
|
Loading…
Add table
Reference in a new issue