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 0dc21c8c2a1..2fa92fecc4f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1893,7 +1893,9 @@ a variable local to the current buffer for one particular use, use
1893while setting up a new major mode, unless they have a `permanent-local' 1893while setting up a new major mode, unless they have a `permanent-local'
1894property. 1894property.
1895 1895
1896The function `default-value' gets the default value and `set-default' sets it. */) 1896The function `default-value' gets the default value and `set-default' sets it.
1897
1898See also `defvar-local'. */)
1897 (register Lisp_Object variable) 1899 (register Lisp_Object variable)
1898{ 1900{
1899 struct Lisp_Symbol *sym; 1901 struct Lisp_Symbol *sym;