]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/data.c (Fadd_variable_watcher): Doc fix.
authorCharles A. Roelli <charles@aurox.ch>
Thu, 14 Dec 2017 19:53:35 +0000 (20:53 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Thu, 14 Dec 2017 19:53:35 +0000 (20:53 +0100)
src/data.c

index d54c46d72bfbd84f6b551cd95c6124ee6ed16a1b..841a295fbeebb173100185564e586994d56c949f 100644 (file)
@@ -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.  */)