]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc string update for tramp-password-prompt-regexp
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Sep 2020 20:07:17 +0000 (22:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Sep 2020 20:07:17 +0000 (22:07 +0200)
* lisp/net/tramp.el (tramp-password-prompt-regexp): Mention
password-word-equivalents in the doc string.

lisp/net/tramp.el

index 96446399dd624f5e75d826dcf59114cc23f63175..2ae28b8758f3958a0dd2f61165c9f9e4362fef6f 100644 (file)
@@ -584,6 +584,11 @@ This regexp must match both `tramp-initial-end-of-output' and
   "Regexp matching password-like prompts.
 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
+usually more convenient to add new passphrases to that variable
+instead of altering this variable.
+
 The `sudo' program appears to insert a `^@' character into the prompt."
   :version "24.4"
   :type 'regexp)