* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
Fix misspelling of ‘delete-directory’.
@cindex thunk
@defmac thunk-delay forms@dots{}
Return a @dfn{thunk} for evaluating the @var{forms}. A thunk is a
-closure (@pxref{Closures}) that inherits the lexical enviroment of the
+closure (@pxref{Closures}) that inherits the lexical environment of the
@code{thunk-delay} call. Using this macro requires
@code{lexical-binding}.
@end defmac
;; `byte-compiler-base-file-name' performed by default handler.
;; `copy-directory' performed by default handler.
(copy-file . tramp-archive-handle-copy-file)
- (delete-directorye . tramp-archive-handle-not-implemented)
+ (delete-directory . tramp-archive-handle-not-implemented)
(delete-file . tramp-archive-handle-not-implemented)
;; `diff-latest-backup-file' performed by default handler.
(directory-file-name . tramp-archive-handle-directory-file-name)