diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
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 | |||
| 1893 | while setting up a new major mode, unless they have a `permanent-local' | 1893 | while setting up a new major mode, unless they have a `permanent-local' |
| 1894 | property. | 1894 | property. |
| 1895 | 1895 | ||
| 1896 | The function `default-value' gets the default value and `set-default' sets it. */) | 1896 | The function `default-value' gets the default value and `set-default' sets it. |
| 1897 | |||
| 1898 | See 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; |