aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2024-11-14 16:51:20 +0100
committerMichael Albinus2024-11-14 16:51:20 +0100
commit3e86231b54ffed7f242c334f96923cff376a197f (patch)
tree405194c854563194cd6d502ced8b249e7d8deb9d /doc
parent32f070fa3dfccd29abad6e7566ed9121e3f1da39 (diff)
parentf69f54c454eb3c0f8ff8c55cfd2b7832ea1709cf (diff)
downloademacs-3e86231b54ffed7f242c334f96923cff376a197f.tar.gz
emacs-3e86231b54ffed7f242c334f96923cff376a197f.zip
Merge from origin/emacs-30
f69f54c454e Improve font-locking and indentation in 'php-ts-mode' 27aacbd172f Fix some 'lua-ts-mode' options (Bug#74235) a0613372a7b ; Update the xwidgets-on-NS text due to fixing bug#60703 d5928325045 Improve comment indenting in 'lua-ts-mode' 6bc44ccf287 Update 'xref-num-matches-found' when reverting *xref* buffer 8afcfed825a * lisp/files.el (require-with-check): Fix last fix (bug#7... 3496234c8ed lisp/files.el (require-with-check): Fix bug#74091. 90c97d3fac9 Fix handling of permanent-local variables in 'kill-all-lo... c96e5760907 Precise password cache in Tramp 3954e8d9bbe Fix picture-mode with full-width characters 7dabfe9465c Fix movement to the left in picture-mode # Conflicts: # lisp/net/tramp.el
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index ce409e23651..05bd62b7714 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2245,14 +2245,18 @@ like this:
2245@value{tramp} can cache passwords as entered and reuse when needed for 2245@value{tramp} can cache passwords as entered and reuse when needed for
2246the same user or host name independent of the access method. 2246the same user or host name independent of the access method.
2247 2247
2248@vindex password-cache-expiry 2248@vindex auth-source-cache-expiry
2249@code{password-cache-expiry} sets the duration (in seconds) the 2249@code{auth-source-cache-expiry}@footnote{It overrides
2250passwords are remembered. Passwords are never saved permanently nor 2250@code{password-cache-expiry}.} sets the duration (in seconds) the
2251can they extend beyond the lifetime of the current Emacs session. Set 2251passwords are remembered. Set @code{auth-source-cache-expiry} to
2252@code{password-cache-expiry} to @code{nil} to disable expiration. 2252@code{nil} to disable expiration.
2253 2253
2254@vindex password-cache 2254Cached passwords are never saved permanently nor can they extend
2255Set @code{password-cache} to @code{nil} to disable password caching. 2255beyond the lifetime of the current Emacs session unless you confirm
2256this interactively.
2257
2258@vindex auth-source-do-cache
2259Set @code{auth-source-do-cache} to @code{nil} to disable password caching.
2256 2260
2257 2261
2258@node Connection caching 2262@node Connection caching