diff options
| author | Yuuki Harano | 2021-02-06 19:11:51 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-02-06 19:11:51 +0900 |
| commit | afcd13783e501f7de345d683e68ec4dff73e8015 (patch) | |
| tree | e7dc6089fbec6488ea73a4879f3d705c566ea123 /src/data.c | |
| parent | 7646793acd8af4644270f5cda4f9a15ef85b68a2 (diff) | |
| parent | b84b8dff709fd80ee124565222f333f53351ab4a (diff) | |
| download | emacs-afcd13783e501f7de345d683e68ec4dff73e8015.tar.gz emacs-afcd13783e501f7de345d683e68ec4dff73e8015.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
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; |