emacs-diffs
[Top][All Lists]
Advanced

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

scratch/sqlite b5850b7: Use proper namespace for example


From: Lars Ingebrigtsen
Subject: scratch/sqlite b5850b7: Use proper namespace for example
Date: Sun, 12 Dec 2021 03:01:11 -0500 (EST)

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

    Use proper namespace for example
---
 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 aa39f65..586ad98 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -2834,7 +2834,7 @@ If the multisession variable is synchronized, setting it 
may update
 the value first.  For instance:
 
 @lisp
-(incf (multisession-value foo-bar))
+(cl-incf (multisession-value foo-bar))
 @end lisp
 
 This will first check whether the value has changed in a different



reply via email to

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