summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-archive.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-08-11 08:41:11 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-08-11 08:41:11 +0200
commit80837653ebc588a026e756c482678774941d538f (patch)
tree8cd6443fc8994fc3c21a5745ffa795303364f1bf /lisp/net/tramp-archive.el
parent7d70320f35af6880d6bbd83a1f52694f43374fd2 (diff)
downloademacs-80837653ebc588a026e756c482678774941d538f.tar.gz
emacs-80837653ebc588a026e756c482678774941d538f.tar.bz2
emacs-80837653ebc588a026e756c482678774941d538f.zip
; Fix typo in tramp-archive.el
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler): Fix typo. (Bug#57130)
Diffstat (limited to 'lisp/net/tramp-archive.el')
-rw-r--r--lisp/net/tramp-archive.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el
index fda1441615e..548999ca1d2 100644
--- a/lisp/net/tramp-archive.el
+++ b/lisp/net/tramp-archive.el
@@ -325,7 +325,7 @@ arguments to pass to the OPERATION."
;; Starting with Emacs 29, `tramp-archive-file-name-handler' is
;; autoloaded. But it must still be in tramp-loaddefs.el for older
;; Emacsen.
-;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archine")
+;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archive")
;;;###tramp-autoload
(defun tramp-archive-file-name-handler (operation &rest args)
"Invoke the file archive related OPERATION.