aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
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;