]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Dec 2017 07:21:50 +0000 (23:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Dec 2017 07:23:13 +0000 (23:23 -0800)
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
Fix misspelling of ‘delete-directory’.

doc/lispref/eval.texi
lisp/net/tramp-archive.el

index 0f9f301547a5dd994131c14437f6043d51b17f78..14c7b882b2eed5c0729ed3cf8c83e8fadf1bc9fb 100644 (file)
@@ -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
index d1e4804bf944daafefea1fbb94f7039bbb5bea61..cfd68fb8361380e3846c6a8cbcbd6a6063f55474 100644 (file)
@@ -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)