projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671ad83
)
; Change `imap-shell-host` docstring to mention SSH
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 9 Jul 2024 12:09:20 +0000
(14:09 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 9 Jul 2024 12:09:45 +0000
(14:09 +0200)
* lisp/net/imap.el (imap-shell-host): Doc fix; mention SSH instead of
rlogin.
lisp/net/imap.el
patch
|
blob
|
history
diff --git
a/lisp/net/imap.el
b/lisp/net/imap.el
index a06740528e984381513b548ac3f90b84a6c5dd00..614fc56b5133ff5bcbbd79fc7fbd94a71f035216 100644
(file)
--- a/
lisp/net/imap.el
+++ b/
lisp/net/imap.el
@@
-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)