]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/text.texi (Database): Fix markup in last change.
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Oct 2022 09:14:33 +0000 (12:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Oct 2022 09:14:33 +0000 (12:14 +0300)
doc/lispref/text.texi

index e0768721d94120adaa3cd573aaa242b1358f32df..509ce56725d862de0e6f39460c7e69b0b2610853 100644 (file)
@@ -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.