]> code.delx.au - gnu-emacs/blobdiff - doc/misc/tramp.texi
Merge from origin/emacs-25
[gnu-emacs] / doc / misc / tramp.texi
index 45518b2ce79401cc31b6a599f0596ed321769356..894ccbe9c9c38d5d1e48b9acafef63bb5c41d627 100644 (file)
@@ -1529,16 +1529,6 @@ can they extend beyond the lifetime of the current Emacs session.  Set
 
 Set @code{password-cache} to @code{nil} to disable password caching.
 
-@strong{Implementation Note}: password caching depends on
-@file{password-cache.el} package.  @value{tramp} activates password
-caching only if @value{tramp} can discover, while Emacs is loading,
-the package through @code{load-path}.
-
-@ifset installchapter
-@file{password.el} is available from No Gnus or from the @value{tramp}
-@file{contrib} directory, see @ref{Installation parameters}.
-@end ifset
-
 
 @node Connection caching
 @section Reusing connection related information
@@ -3132,6 +3122,8 @@ Since @file{filecache} remembers visited places, add the remote
 directory to the cache:
 
 @lisp
+@c `with-eval-after-load' has been introduced with Emacs 24.4.  Shall
+@c be used when appropriate.
 (eval-after-load "filecache"
   '(file-cache-add-directory
     "@trampfn{ssh,news@@news.my.domain,/opt/news/etc/}"))