emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 aa66da2: * src/data.c (Fadd_variable_watcher): Do


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 aa66da2: * src/data.c (Fadd_variable_watcher): Doc fix.
Date: Thu, 14 Dec 2017 14:51:06 -0500 (EST)

branch: emacs-26
commit aa66da220cdb6aaab5b347093fd40f0e1580913b
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * src/data.c (Fadd_variable_watcher): Doc fix.
---
 src/data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data.c b/src/data.c
index d54c46d..841a295 100644
--- 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.  */)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]