aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorStefan Kangas2021-02-01 01:43:29 +0100
committerStefan Kangas2021-02-01 12:29:09 +0100
commitf215332c8be43ef0dc838e2a63012aba791818c2 (patch)
tree3ba0e58f363dfabac656a958a060fb9e894c279f /src/data.c
parenta6be18461471b0889ded6084693664927a041704 (diff)
downloademacs-f215332c8be43ef0dc838e2a63012aba791818c2.tar.gz
emacs-f215332c8be43ef0dc838e2a63012aba791818c2.zip
Add cross-references to defvar-local
* src/data.c (Fmake_variable_buffer_local): * src/eval.c (Fdefvar): Add cross-references to 'defvar-local'.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 35a6890b9bd..38cde0ff8b2 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1819,7 +1819,9 @@ a variable local to the current buffer for one particular use, use
1819while setting up a new major mode, unless they have a `permanent-local' 1819while setting up a new major mode, unless they have a `permanent-local'
1820property. 1820property.
1821 1821
1822The function `default-value' gets the default value and `set-default' sets it. */) 1822The function `default-value' gets the default value and `set-default' sets it.
1823
1824See also `defvar-local'. */)
1823 (register Lisp_Object variable) 1825 (register Lisp_Object variable)
1824{ 1826{
1825 struct Lisp_Symbol *sym; 1827 struct Lisp_Symbol *sym;