]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt Tramp doc
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 9 Sep 2020 17:29:18 +0000 (19:29 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 9 Sep 2020 17:29:18 +0000 (19:29 +0200)
* doc/misc/tramp.texi (Remote shell setup):
Mention password-word-equivalents.

* lisp/net/tramp.el (tramp-password-prompt-regexp): Fix docstring.

doc/misc/tramp.texi
lisp/net/tramp.el

index bdf3b403d80c46b408a4a0cdb90912af5e83b66d..538f85f35da0d4716e0585fccf073f4145445ad1 100644 (file)
@@ -2280,6 +2280,12 @@ example below:
 @end group
 @end lisp
 
+@vindex password-word-equivalents
+This variable is, by default, initialised from
+@code{password-word-equivalents} when @value{tramp} is loaded, and it
+is usually more convenient to add new passphrases to that variable
+instead of altering this variable.
+
 Similar localization may be necessary for handling wrong password
 prompts, for which @value{tramp} uses @code{tramp-wrong-passwd-regexp}.
 
index 2ae28b8758f3958a0dd2f61165c9f9e4362fef6f..7fd48b29a9f479806c3a077c9efdfb26f4629159 100644 (file)
@@ -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.