mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
* src/data.c (Fadd_variable_watcher): Doc fix.
This commit is contained in:
parent
f838210b01
commit
aa66da220c
1 changed files with 1 additions and 1 deletions
|
@ -1481,7 +1481,7 @@ SYMBOL is the variable being changed.
|
||||||
NEWVAL is the value it will be changed to.
|
NEWVAL is the value it will be changed to.
|
||||||
OPERATION is a symbol representing the kind of change, one of: `set',
|
OPERATION is a symbol representing the kind of change, one of: `set',
|
||||||
`let', `unlet', `makunbound', and `defvaralias'.
|
`let', `unlet', `makunbound', and `defvaralias'.
|
||||||
WHERE is a buffer if the buffer-local value of the variable being
|
WHERE is a buffer if the buffer-local value of the variable is being
|
||||||
changed, nil otherwise.
|
changed, nil otherwise.
|
||||||
|
|
||||||
All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */)
|
All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue