aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
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,
1668just as setting the variable would do. 1668just as setting the variable would do.
1669 1669
1670This function returns VARIABLE, and therefore 1670This function returns VARIABLE, and therefore
1671 (set (make-local-variable 'VARIABLE) VALUE-EXP) 1671 (set (make-local-variable \\='VARIABLE) VALUE-EXP)
1672works. 1672works.
1673 1673
1674See also `make-variable-buffer-local'. 1674See also `make-variable-buffer-local'.