From: Paul Eggert Date: Fri, 15 Dec 2017 07:21:50 +0000 (-0800) Subject: Spelling fix X-Git-Tag: emacs-27.0.90~6026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c301afa70f6eac32ad1ce92412ea3cf6fcdeeca;p=emacs.git Spelling fix * lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist): Fix misspelling of ‘delete-directory’. --- diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi index 0f9f301547a..14c7b882b2e 100644 --- a/doc/lispref/eval.texi +++ b/doc/lispref/eval.texi @@ -895,7 +895,7 @@ and macros to support such @dfn{deferred evaluation}: @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 diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index d1e4804bf94..cfd68fb8361 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -184,7 +184,7 @@ It must be supported by libarchive(3).") ;; `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)