From ed436db1320339862fad5ac754a6ec42de06c766 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 10 Oct 2022 12:14:33 +0300 Subject: [PATCH] ; * 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 e0768721d94..509ce56725d 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. -- 2.39.5