diff options
| author | Illia Ostapyshyn | 2024-05-03 19:27:15 +0200 |
|---|---|---|
| committer | F. Jason Park | 2024-05-08 16:16:40 -0700 |
| commit | 8560ee7b5ca94ff35868adbf4f435f1bcf358566 (patch) | |
| tree | 1cc9201f5c19aed95e6cb5199c323b2af38424bb /doc/misc | |
| parent | 74c6b59af15d7e7f7456eff3620619a1b2e82c51 (diff) | |
| download | emacs-8560ee7b5ca94ff35868adbf4f435f1bcf358566.tar.gz emacs-8560ee7b5ca94ff35868adbf4f435f1bcf358566.zip | |
; * doc/misc/auth.texi (The Unix password store): Fix variable name.
(Bug#70767)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/auth.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f51a1446170..8d802be535c 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -527,7 +527,7 @@ while searching for an entry matching the @code{rms} user on host | |||
| 527 | @code{gnu.org} and port @code{22}, then the entry | 527 | @code{gnu.org} and port @code{22}, then the entry |
| 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. | 528 | @file{gnu.org:22/rms.gpg} is preferred over @file{gnu.org.gpg}. |
| 529 | However, such processing is not applied when the option | 529 | However, such processing is not applied when the option |
| 530 | @code{auth-source-pass-extra-parameters} is set to @code{t}. | 530 | @code{auth-source-pass-extra-query-keywords} is set to @code{t}. |
| 531 | 531 | ||
| 532 | Users of @code{pass} may also be interested in functionality provided | 532 | Users of @code{pass} may also be interested in functionality provided |
| 533 | by other Emacs packages: | 533 | by other Emacs packages: |