emacs-diffs
[Top][All Lists]
Advanced

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

master ed436db132: ; * doc/lispref/text.texi (Database): Fix markup in l


From: Eli Zaretskii
Subject: master ed436db132: ; * doc/lispref/text.texi (Database): Fix markup in last change.
Date: Mon, 10 Oct 2022 05:14:50 -0400 (EDT)

branch: master
commit ed436db1320339862fad5ac754a6ec42de06c766
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/text.texi (Database): Fix markup in last change.
---
 doc/lispref/text.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index e0768721d9..509ce56725 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -5325,8 +5325,8 @@ interpolation).
 For instance, an @samp{insert} statement will typically return
 @samp{1}, whereas an @samp{update} statement may return zero or a
 higher number.  However, when using @acronym{SQL} statements like
-@samp{insert into ... returning ...} and the like, the values
-specified by @samp{returning ...} will be returned instead.
+@w{@samp{insert into @dots{} returning @dots{}}} and the like, the values
+specified by @w{@samp{returning @dots{}}} will be returned instead.
 
 Strings in SQLite are, by default, stored as @code{utf-8}, and
 selecting a text column will decode the string using that charset.



reply via email to

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