]> git.eshelyaron.com Git - emacs.git/commitdiff
; Change `imap-shell-host` docstring to mention SSH
authorStefan Kangas <stefankangas@gmail.com>
Tue, 9 Jul 2024 12:09:20 +0000 (14:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:51:02 +0000 (19:51 +0200)
* lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of
rlogin.

(cherry picked from commit 8f96e0064fa701655413bdeb4612b5b2a63102c4)

lisp/net/imap.el

index a06740528e984381513b548ac3f90b84a6c5dd00..614fc56b5133ff5bcbbd79fc7fbd94a71f035216 100644 (file)
@@ -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)