diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-07-05 11:51:56 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-07-05 11:51:56 +0200 |
commit | 9173deecd801321600a6c24186ce94147ae01753 (patch) | |
tree | 8c0fe262af09cdb35848e2c3d5106ad4b7b86fe0 /src/eval.c | |
parent | 869795d6b510972d846183141885569ebf0c44f4 (diff) | |
download | emacs-9173deecd801321600a6c24186ce94147ae01753.tar.gz emacs-9173deecd801321600a6c24186ce94147ae01753.tar.bz2 emacs-9173deecd801321600a6c24186ce94147ae01753.zip |
Fix typos.
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index e8a3f947f9d..90d0df61858 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3162,7 +3162,7 @@ funcall_lambda (Lisp_Object fun, ptrdiff_t nargs, shouldn't bind any arguments, instead just call the byte-code interpreter directly; it will push arguments as necessary. - Byte-code objects with either a non-existant, or a nil value for + Byte-code objects with either a non-existent, or a nil value for the `push args' slot (the default), have dynamically-bound arguments, and use the argument-binding code below instead (as do all interpreted functions, even lexically bound ones). */ |