projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e68a3
)
; * doc/lispref/text.texi (Database): Fix a typo. (Bug#60317)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Dec 2022 17:43:49 +0000
(19:43 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Dec 2022 17:43:49 +0000
(19:43 +0200)
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index ef938e88ecf505ceb7466072d2cff47752f61438..983490999301e1a592660613b339f3eeb4c01ef2 100644
(file)
--- a/
doc/lispref/text.texi
+++ b/
doc/lispref/text.texi
@@
-5351,7
+5351,7
@@
called @var{gif}, you have to mark it specially to let
@end defun
-@defun sqlite-select db query &optional values re
sult
-type
+@defun sqlite-select db query &optional values re
turn
-type
Select some data from @var{db} and return them. For instance:
@lisp