diff options
| author | Mark Oteiza | 2017-08-20 22:31:25 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2017-08-20 22:31:25 -0400 |
| commit | 807b67faa403a2c2f65666c28f74ea1989451ad1 (patch) | |
| tree | ca050aefda6c0e7d5f280ea1118032a02674f771 | |
| parent | 082c72d257722d0c3288ee4b9386f5203c071dd6 (diff) | |
| download | emacs-807b67faa403a2c2f65666c28f74ea1989451ad1.tar.gz emacs-807b67faa403a2c2f65666c28f74ea1989451ad1.zip | |
; Fix typo in lispref
* doc/lispref/variables.texi (Using Lexical Binding): Append an s.
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1186 | special variable as a function argument. | 1186 | special variable as a function argument. |
| 1187 | 1187 | ||
| 1188 | (To silence byte-compiler warnings about unused variables, just use | 1188 | (To silence byte-compiler warnings about unused variables, just use |
| 1189 | a variable name that start with an underscore. The byte-compiler | 1189 | a variable name that starts with an underscore. The byte-compiler |
| 1190 | interprets this as an indication that this is a variable known not to | 1190 | interprets this as an indication that this is a variable known not to |
| 1191 | be used.) | 1191 | be used.) |
| 1192 | 1192 | ||