summaryrefslogtreecommitdiff
path: root/etc/NEWS.lexbind
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS.lexbind')
-rw-r--r--etc/NEWS.lexbind2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.lexbind b/etc/NEWS.lexbind
index de5d9a07715..a55b8e38dcf 100644
--- a/etc/NEWS.lexbind
+++ b/etc/NEWS.lexbind
@@ -17,7 +17,7 @@ It is typically set via file-local variables, in which case it applies to
all the code in that file.
** Lexically scoped interpreted functions are represented with a new form
-of function value which looks like (closure ENV lambda ARGS &rest BODY).
+of function value which looks like (closure ENV ARGS &rest BODY).
** New macro `letrec' to define recursive local functions.
----------------------------------------------------------------------