emacs-diffs
[Top][All Lists]
Advanced

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

scratch/sqlite 5f8ac84: Note concurrency promises


From: Lars Ingebrigtsen
Subject: scratch/sqlite 5f8ac84: Note concurrency promises
Date: Sun, 12 Dec 2021 02:59:54 -0500 (EST)

branch: scratch/sqlite
commit 5f8ac844fed61a6c99d6e53092c489518b7aed02
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Note concurrency promises
---
 doc/lispref/variables.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index f8a59c0..aa39f65 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2831,7 +2831,7 @@ way to update a variable is to say, for instance:
 @end lisp
 
 If the multisession variable is synchronized, setting it may update
-the value.  For instance:
+the value first.  For instance:
 
 @lisp
 (incf (multisession-value foo-bar))



reply via email to

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