diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-01-03 13:19:24 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-01-03 13:19:24 +0100 |
commit | d3884f50e0d5e6235d41ff31914a851ebb0fafbd (patch) | |
tree | 20a3683966933b6168bdf12a592908e3ed14eb9b /lisp/net/tramp-cache.el | |
parent | 2d82f5a44e5c7a34035eae10d30e398aed914bbf (diff) | |
download | emacs-d3884f50e0d5e6235d41ff31914a851ebb0fafbd.tar.gz emacs-d3884f50e0d5e6235d41ff31914a851ebb0fafbd.tar.bz2 emacs-d3884f50e0d5e6235d41ff31914a851ebb0fafbd.zip |
Adapt commentary in Tramp persistency file
* lisp/net/tramp-cache.el (tramp-dump-connection-properties):
Adapt commentary in `tramp-persistency-file-name'.
Diffstat (limited to 'lisp/net/tramp-cache.el')
-rw-r--r-- | lisp/net/tramp-cache.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index d4f6aa00263..b81a1a23d5f 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))))))))))) |