aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorAndrea Corallo2021-02-10 21:56:55 +0100
committerAndrea Corallo2021-02-10 21:56:55 +0100
commit2fcb85c3e780f1f2871ce0f300cfaffce9836eb0 (patch)
treea8857ccad8bff12080062a3edaad1a55a3eb8171 /src/eval.c
parent1f626e9662d8120acd5a937f847123cc2b8c6e31 (diff)
parent6bfdfeed36fab4680c8db90c22da8f6611694186 (diff)
downloademacs-2fcb85c3e780f1f2871ce0f300cfaffce9836eb0.tar.gz
emacs-2fcb85c3e780f1f2871ce0f300cfaffce9836eb0.zip
Merge remote-tracking branch 'savannah/master' into HEAD
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 cef9407dbfa..bf5f6995d87 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -827,6 +827,8 @@ The optional argument DOCSTRING is a documentation string for the
827variable. 827variable.
828 828
829To define a user option, use `defcustom' instead of `defvar'. 829To define a user option, use `defcustom' instead of `defvar'.
830
831To define a buffer-local variable, use `defvar-local'.
830usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */) 832usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */)
831 (Lisp_Object args) 833 (Lisp_Object args)
832{ 834{