]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/control.texi
Do not document subr-x.el in the manuals
[gnu-emacs] / doc / lispref / control.texi
index 5bd2d7acdbe0a1ecdc7544d11b59a61bc55c839f..0d6aaff81c5619f53c1d44711293f32d21aec2be 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990-1995, 1998-1999, 2001-2013 Free Software
+@c Copyright (C) 1990-1995, 1998-1999, 2001-2014 Free Software
 @c Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @node Control Structures
@@ -323,7 +323,7 @@ was returned by @code{(get-return-code x)}.
 
 To give a more complex example, a simple interpreter for a little
 expression language could look like (note that this example requires
-lexical-binding):
+lexical binding):
 
 @example
 (defun evaluate (exp env)