]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt commentary in Tramp persistency file
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 3 Jan 2020 12:19:24 +0000 (13:19 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 3 Jan 2020 12:19:24 +0000 (13:19 +0100)
* lisp/net/tramp-cache.el (tramp-dump-connection-properties):
Adapt commentary in `tramp-persistency-file-name'.

lisp/net/tramp-cache.el

index d4f6aa0026386f791bff01b99fed3f1eba25fbb9..b81a1a23d5f8e3ba3351181e4061641a786f3fc0 100644 (file)
@@ -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)))))))))))