mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; 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
@ -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…
Reference in New Issue
Block a user