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 3c9152049b7..b94c899a3d8 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. */) |