projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f838210
)
* src/data.c (Fadd_variable_watcher): Doc fix.
author
Charles A. Roelli
<charles@aurox.ch>
Thu, 14 Dec 2017 19:53:35 +0000
(20:53 +0100)
committer
Charles A. Roelli
<charles@aurox.ch>
Thu, 14 Dec 2017 19:53:35 +0000
(20:53 +0100)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index d54c46d72bfbd84f6b551cd95c6124ee6ed16a1b..841a295fbeebb173100185564e586994d56c949f 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1481,7
+1481,7
@@
SYMBOL is the variable being changed.
NEWVAL is the value it will be changed to.
OPERATION is a symbol representing the kind of change, one of: `set',
`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.
All writes to aliases of SYMBOL will call WATCH-FUNCTION too. */)