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 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 | |||
| 1819 | while setting up a new major mode, unless they have a `permanent-local' | 1819 | while setting up a new major mode, unless they have a `permanent-local' |
| 1820 | property. | 1820 | property. |
| 1821 | 1821 | ||
| 1822 | The function `default-value' gets the default value and `set-default' sets it. */) | 1822 | The function `default-value' gets the default value and `set-default' sets it. |
| 1823 | |||
| 1824 | See 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; |