]> git.eshelyaron.com Git - emacs.git/commit
Explain more about (defvar foo) form (Bug#18059)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 10 Feb 2018 19:06:05 +0000 (14:06 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 23 Mar 2018 12:19:09 +0000 (08:19 -0400)
commit10b1f2fdd5465407766790131b2ead3500d0798c
tree195c2d51d30f0a734f6eea45b00b5dd785da6897
parent68c2f336b196b29ee0452668b44857b3450a72ac
Explain more about (defvar foo) form (Bug#18059)

* doc/lispref/variables.texi (Defining Variables)
(Using Lexical Binding):
* doc/lispref/compile.texi (Compiler Errors): Emphasize that omitting
VALUE for `defvar' marks the variable special only locally.
* doc/lispref/variables.texi (Using Lexical Binding): Add example of
using `defvar' without VALUE.
doc/lispref/compile.texi
doc/lispref/variables.texi