diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-06-15 10:57:56 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-06-15 10:57:56 +0200 |
commit | 8fca44da816af3d8f3dde2cea871c7563961ef69 (patch) | |
tree | 8d787e3562a28430dd2462cb8779bab5ec20d749 /lisp/net/tramp-cache.el | |
parent | 112b6b8e37b5df268ced98c4354802275a4da417 (diff) | |
download | emacs-8fca44da816af3d8f3dde2cea871c7563961ef69.tar.gz emacs-8fca44da816af3d8f3dde2cea871c7563961ef69.tar.bz2 emacs-8fca44da816af3d8f3dde2cea871c7563961ef69.zip |
Improve Tramp debugging
* lisp/net/tramp-cache.el (tramp-list-connections): Fix docstring.
* lisp/net/tramp.el (tramp-backtrace): New optional arg FORCE.
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 dc1e3d28b58..a0cbfed64ea 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -427,7 +427,7 @@ used to cache connection properties of the local machine." ;;;###tramp-autoload (defun tramp-list-connections () - "Return all known `tramp-file-name' structs according to `tramp-cache'." + "Return all active `tramp-file-name' structs according to `tramp-cache-data'." (let ((tramp-verbose 0)) (delq nil (mapcar (lambda (key) |