diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 784d127f18a..88c5a309859 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1668,7 +1668,7 @@ this function causes a local value to exist for this buffer, | |||
| 1668 | just as setting the variable would do. | 1668 | just as setting the variable would do. |
| 1669 | 1669 | ||
| 1670 | This function returns VARIABLE, and therefore | 1670 | This function returns VARIABLE, and therefore |
| 1671 | (set (make-local-variable 'VARIABLE) VALUE-EXP) | 1671 | (set (make-local-variable \\='VARIABLE) VALUE-EXP) |
| 1672 | works. | 1672 | works. |
| 1673 | 1673 | ||
| 1674 | See also `make-variable-buffer-local'. | 1674 | See also `make-variable-buffer-local'. |