emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 807b67f: ; Fix typo in lispref


From: Mark Oteiza
Subject: [Emacs-diffs] master 807b67f: ; Fix typo in lispref
Date: Sun, 20 Aug 2017 23:05:13 -0400 (EDT)

branch: master
commit 807b67faa403a2c2f65666c28f74ea1989451ad1
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Fix typo in lispref
    
    * doc/lispref/variables.texi (Using Lexical Binding): Append an s.
---
 doc/lispref/variables.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 50739e6..52d1f3b 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.)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]