diff options
| author | Paul Eggert | 2017-12-14 23:21:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-12-14 23:23:13 -0800 |
| commit | 6c301afa70f6eac32ad1ce92412ea3cf6fcdeeca (patch) | |
| tree | 20c9d1c0fb306b10183e2329c90ec595f9bd82e6 /doc | |
| parent | 109a3bf6a185bc05bbee74f5b610ab0d4ada533d (diff) | |
| download | emacs-6c301afa70f6eac32ad1ce92412ea3cf6fcdeeca.tar.gz emacs-6c301afa70f6eac32ad1ce92412ea3cf6fcdeeca.zip | |
Spelling fix
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
Fix misspelling of ‘delete-directory’.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/eval.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}: | |||
| 895 | @cindex thunk | 895 | @cindex thunk |
| 896 | @defmac thunk-delay forms@dots{} | 896 | @defmac thunk-delay forms@dots{} |
| 897 | Return a @dfn{thunk} for evaluating the @var{forms}. A thunk is a | 897 | Return a @dfn{thunk} for evaluating the @var{forms}. A thunk is a |
| 898 | closure (@pxref{Closures}) that inherits the lexical enviroment of the | 898 | closure (@pxref{Closures}) that inherits the lexical environment of the |
| 899 | @code{thunk-delay} call. Using this macro requires | 899 | @code{thunk-delay} call. Using this macro requires |
| 900 | @code{lexical-binding}. | 900 | @code{lexical-binding}. |
| 901 | @end defmac | 901 | @end defmac |