]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:57 +0000 (14:17 +0800)
commit1a1bb0c3374daa757fbc336ee5ba30df231a7ab7
treeeffe22f7c953f6f651db902892cb05848e991bb9
parent21aa7529bdee782cbfd23111bf96d7c1b4526014
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