diff options
| author | Lars Ingebrigtsen | 2020-09-08 22:07:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-08 22:07:17 +0200 |
| commit | e90054bc3105feaba6544b214ecd60980e8a8722 (patch) | |
| tree | 36f55a3300edc86cfb20712281b32aa9047feb72 | |
| parent | 3e5259a268d423ef3b6a0ffcfe05ac623bbe7f25 (diff) | |
| download | emacs-e90054bc3105feaba6544b214ecd60980e8a8722.tar.gz emacs-e90054bc3105feaba6544b214ecd60980e8a8722.zip | |
Doc string update for tramp-password-prompt-regexp
* lisp/net/tramp.el (tramp-password-prompt-regexp): Mention
password-word-equivalents in the doc string.
| -rw-r--r-- | lisp/net/tramp.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 96446399dd6..2ae28b8758f 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -584,6 +584,11 @@ This regexp must match both `tramp-initial-end-of-output' and | |||
| 584 | "Regexp matching password-like prompts. | 584 | "Regexp matching password-like prompts. |
| 585 | The regexp should match at end of buffer. | 585 | The regexp should match at end of buffer. |
| 586 | 586 | ||
| 587 | This variable is, by default, initialised from | ||
| 588 | `password-word-equivalents' when tramp is loaded, and it is | ||
| 589 | usually more convenient to add new passphrases to that variable | ||
| 590 | instead of altering this variable. | ||
| 591 | |||
| 587 | The `sudo' program appears to insert a `^@' character into the prompt." | 592 | The `sudo' program appears to insert a `^@' character into the prompt." |
| 588 | :version "24.4" | 593 | :version "24.4" |
| 589 | :type 'regexp) | 594 | :type 'regexp) |