]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in lispref
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 21 Aug 2017 02:31:25 +0000 (22:31 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Mon, 21 Aug 2017 02:31:25 +0000 (22:31 -0400)
* doc/lispref/variables.texi (Using Lexical Binding): Append an s.

doc/lispref/variables.texi

index 50739e6b5f17ee7f947f6aeb97680c33cf1cc30a..52d1f3bbf5e9396b3d86fc7b2e1c1dba43d45cc8 100644 (file)
@@ -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.)