summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-10-10 12:14:33 +0300
committerEli Zaretskii <eliz@gnu.org>2022-10-10 12:14:33 +0300
commited436db1320339862fad5ac754a6ec42de06c766 (patch)
treea5bf9d98d118581ab42fb03eb0e19567fd1f0e85 /doc/lispref/text.texi
parent7e7dc74ffbab5eac863657ef719e9f47165708b3 (diff)
downloademacs-ed436db1320339862fad5ac754a6ec42de06c766.tar.gz
; * doc/lispref/text.texi (Database): Fix markup in last change.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi4
1 files 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.