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 3c9152049b7..b94c899a3d8 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1481,7 +1481,7 @@ SYMBOL is the variable being changed.
1481NEWVAL is the value it will be changed to. 1481NEWVAL is the value it will be changed to.
1482OPERATION is a symbol representing the kind of change, one of: `set', 1482OPERATION is a symbol representing the kind of change, one of: `set',
1483`let', `unlet', `makunbound', and `defvaralias'. 1483`let', `unlet', `makunbound', and `defvaralias'.
1484WHERE is a buffer if the buffer-local value of the variable being 1484WHERE is a buffer if the buffer-local value of the variable is being
1485changed, nil otherwise. 1485changed, nil otherwise.
1486 1486
1487All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */) 1487All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */)