aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorCharles A. Roelli2017-12-14 20:53:35 +0100
committerCharles A. Roelli2017-12-14 20:53:35 +0100
commitaa66da220cdb6aaab5b347093fd40f0e1580913b (patch)
treefa59cbcf9ab2574cd459867b67cacb1b9c29fa04 /src/data.c
parentf838210b018b74b5dd86800aba807c78c921fc3a (diff)
downloademacs-aa66da220cdb6aaab5b347093fd40f0e1580913b.tar.gz
emacs-aa66da220cdb6aaab5b347093fd40f0e1580913b.zip
* src/data.c (Fadd_variable_watcher): Doc fix.
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 d54c46d72bf..841a295fbee 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. */)