* doc/misc/tramp.texi (Remote shell setup):
Mention password-word-equivalents.
* lisp/net/tramp.el (tramp-password-prompt-regexp): Fix docstring.
@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}.
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.