emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 d3884f5 2/3: Adapt commentary in Tramp persistency file


From: Michael Albinus
Subject: emacs-27 d3884f5 2/3: Adapt commentary in Tramp persistency file
Date: Fri, 3 Jan 2020 07:20:42 -0500 (EST)

branch: emacs-27
commit d3884f50e0d5e6235d41ff31914a851ebb0fafbd
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Adapt commentary in Tramp persistency file
    
    * lisp/net/tramp-cache.el (tramp-dump-connection-properties):
    Adapt commentary in `tramp-persistency-file-name'.
---
 lisp/net/tramp-cache.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index d4f6aa0..b81a1a2 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -474,7 +474,7 @@ used to cache connection properties of the local machine."
                  tramp-persistency-file-name))
             (error "\n"))
           ";; Tramp connection history.  Don't change this file.\n"
-          ";; You can delete it, forcing Tramp to reapply the checks.\n\n"
+          ";; Run `M-x tramp-cleanup-all-connections' instead.\n\n"
           (with-output-to-string
             (pp (read (format "(%s)" (tramp-cache-print cache)))))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]