summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-07-05 11:51:56 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-07-05 11:51:56 +0200
commit9173deecd801321600a6c24186ce94147ae01753 (patch)
tree8c0fe262af09cdb35848e2c3d5106ad4b7b86fe0 /src/eval.c
parent869795d6b510972d846183141885569ebf0c44f4 (diff)
downloademacs-9173deecd801321600a6c24186ce94147ae01753.tar.gz
emacs-9173deecd801321600a6c24186ce94147ae01753.tar.bz2
emacs-9173deecd801321600a6c24186ce94147ae01753.zip
Fix typos.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
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). */