branch: elpa/emacsql commit de66b2bee3cbd5de44446cd2a6f1aed3431d4d96 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
emacsql-global-timeout: Correct docstring --- emacsql.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacsql.el b/emacsql.el index 1b299ea22b..3fe230ee3e 100644 --- a/emacsql.el +++ b/emacsql.el @@ -36,9 +36,9 @@ (defvar emacsql-global-timeout 30 "Maximum number of seconds to wait before bailing out on a SQL command. -If nil, wait forever. This is used by the `mysql', `pg', `psql' and -`sqlite' back-ends. It is not being used by the `sqlite-builtin' and -`sqlite-module' back-ends, which only use `emacsql-sqlite-busy-timeout'.") +If nil, wait forever. This is used by the `mysql', `pg' and `psql'. It +is not being used by the `sqlite-builtin' and `sqlite-module' back-ends, +which respect `emacsql-sqlite-busy-timeout' instead.") (defvar emacsql-data-root (file-name-directory (or load-file-name buffer-file-name))