aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index 5bf3faebc85..3aff3b56d52 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -818,6 +818,8 @@ The optional argument DOCSTRING is a documentation string for the
818variable. 818variable.
819 819
820To define a user option, use `defcustom' instead of `defvar'. 820To define a user option, use `defcustom' instead of `defvar'.
821
822To define a buffer-local variable, use `defvar-local'.
821usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */) 823usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */)
822 (Lisp_Object args) 824 (Lisp_Object args)
823{ 825{