diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-09-09 19:29:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-09-09 19:29:18 +0200 |
commit | 9de9976de003b94d7496a55d4d643ac31514d520 (patch) | |
tree | 15e0ea698ef67c037c57fd242e325c513ba83d19 /lisp/net/tramp.el | |
parent | 482fa0d9ed3d1b5ef6b95e908b5684a1f24cef4a (diff) | |
download | emacs-9de9976de003b94d7496a55d4d643ac31514d520.tar.gz emacs-9de9976de003b94d7496a55d4d643ac31514d520.tar.bz2 emacs-9de9976de003b94d7496a55d4d643ac31514d520.zip |
Adapt Tramp doc
* doc/misc/tramp.texi (Remote shell setup):
Mention password-word-equivalents.
* lisp/net/tramp.el (tramp-password-prompt-regexp): Fix docstring.
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2ae28b8758f..7fd48b29a9f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -585,7 +585,7 @@ This regexp must match both `tramp-initial-end-of-output' and The regexp should match at end of buffer. This variable is, by default, initialised from -`password-word-equivalents' when tramp is loaded, and it is +`password-word-equivalents' when Tramp is loaded, and it is usually more convenient to add new passphrases to that variable instead of altering this variable. |