From: Mark Oteiza Date: Mon, 21 Aug 2017 02:31:25 +0000 (-0400) Subject: ; Fix typo in lispref X-Git-Tag: emacs-26.0.90~388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=807b67faa403a2c2f65666c28f74ea1989451ad1;p=emacs.git ; Fix typo in lispref * doc/lispref/variables.texi (Using Lexical Binding): Append an s. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 50739e6b5f1..52d1f3bbf5e 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1186,7 +1186,7 @@ variable. The byte-compiler will also issue a warning if you use a special variable as a function argument. (To silence byte-compiler warnings about unused variables, just use -a variable name that start with an underscore. The byte-compiler +a variable name that starts with an underscore. The byte-compiler interprets this as an indication that this is a variable known not to be used.)