diff options
Diffstat (limited to 'lisp/net/tramp-archive.el')
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 82fd327770b..84dba32cb62 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -409,7 +409,7 @@ used `tramp-file-name' structure for tramp-gvfs, and the file name of a local copy, if any.") (defsubst tramp-archive-gvfs-host (archive) - "Return host name of ARCHIVE as used in GVFS for mounting" + "Return host name of ARCHIVE as used in GVFS for mounting." (url-hexify-string (tramp-gvfs-url-file-name archive))) (defun tramp-archive-dissect-file-name (name) |