diff options
| author | Charles A. Roelli | 2017-12-14 20:53:35 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2017-12-14 20:53:35 +0100 |
| commit | aa66da220cdb6aaab5b347093fd40f0e1580913b (patch) | |
| tree | fa59cbcf9ab2574cd459867b67cacb1b9c29fa04 /src/data.c | |
| parent | f838210b018b74b5dd86800aba807c78c921fc3a (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 1481 | NEWVAL is the value it will be changed to. | 1481 | NEWVAL is the value it will be changed to. |
| 1482 | OPERATION is a symbol representing the kind of change, one of: `set', | 1482 | OPERATION is a symbol representing the kind of change, one of: `set', |
| 1483 | `let', `unlet', `makunbound', and `defvaralias'. | 1483 | `let', `unlet', `makunbound', and `defvaralias'. |
| 1484 | WHERE is a buffer if the buffer-local value of the variable being | 1484 | WHERE is a buffer if the buffer-local value of the variable is being |
| 1485 | changed, nil otherwise. | 1485 | changed, nil otherwise. |
| 1486 | 1486 | ||
| 1487 | All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */) | 1487 | All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */) |