diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-10-11 13:50:34 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-10-11 13:50:34 +0200 |
commit | b259bf63c77a01f3035813b3485fbd9ad7ae02a0 (patch) | |
tree | 3db31d97dd4043464f73dcda7d1e65848fe10f1e /lisp/net/tramp-archive.el | |
parent | 552c20ce39cd513cd6d0c847a1d291554143ba9a (diff) | |
download | emacs-b259bf63c77a01f3035813b3485fbd9ad7ae02a0.tar.gz emacs-b259bf63c77a01f3035813b3485fbd9ad7ae02a0.tar.bz2 emacs-b259bf63c77a01f3035813b3485fbd9ad7ae02a0.zip |
Cleanup Tramp
* lisp/net/tramp-archive.el (tramp-archive-gvfs-host): Fix docstring.
* lisp/net/tramp.el: Remove :group from all defcustoms.
(tramp-encoding-shell): Fix docstring.
(tramp-error): Remove text properties from error message.
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) |