diff options
| author | Eli Zaretskii | 2024-06-06 13:06:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-06 13:06:58 +0300 |
| commit | 9da2faf73b7f2e773dfb778e49ed90e58a852e43 (patch) | |
| tree | c21ee11d5ad816c5eb2f4079122fc640963d3c34 /doc | |
| parent | 7ba4de0077c5dee43bd83b134c459127855cd8cc (diff) | |
| download | emacs-9da2faf73b7f2e773dfb778e49ed90e58a852e43.tar.gz emacs-9da2faf73b7f2e773dfb778e49ed90e58a852e43.zip | |
; Fix last change in sqlite.c
* etc/NEWS:
* doc/lispref/text.texi (Database):
* src/sqlite.c (Fsqlite_execute_batch): Fix last change (Bug#70145).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 7f2123d06f9..41ab90a80f3 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -5417,8 +5417,8 @@ called @var{gif}, you have to mark it specially to let | |||
| 5417 | @defun sqlite-execute-batch db statements | 5417 | @defun sqlite-execute-batch db statements |
| 5418 | Execute the @acronym{SQL} @var{statements}. @var{statements} is a | 5418 | Execute the @acronym{SQL} @var{statements}. @var{statements} is a |
| 5419 | string containing 0 or more @acronym{SQL} statements. This command | 5419 | string containing 0 or more @acronym{SQL} statements. This command |
| 5420 | might be useful when we want to execute multiple @acronym{DDL} | 5420 | might be useful when a Lisp program needs to execute multiple Data |
| 5421 | statements. | 5421 | Definition Language (@acronym{DDL}) statements in one go. |
| 5422 | 5422 | ||
| 5423 | @end defun | 5423 | @end defun |
| 5424 | 5424 | ||