branch: elpa/emacsql commit b907279bab4066da4a290e79b25e558603d94972 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix docstring of emacsql-sqlite-condition-alist --- emacsql-sqlite.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index c9439918d0..dd0812c21d 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -137,7 +137,9 @@ buffer. This is for debugging purposes." ((11 16 24 26) emacsql-corruption) ((19) emacsql-constraint) ((27 28) emacsql-warning)) - "List of regexp's mapping sqlite3 output to conditions.") + "Alist mapping SQLite error codes to EmacSQL conditions. +Each key is a list of error codes (integers). +Also see https://www.sqlite.org/rescode.html.") (cl-defmethod emacsql-handle ((_ emacsql-sqlite-connection) code message) "Get condition for MESSAGE provided from SQLite."