branch: elpa/emacsql commit a5a0c2f83851dee4dd19139204c02b2ee42fda0d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typo --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index cdcd784b0a..1051ad5387 100644 --- a/emacsql.el +++ b/emacsql.el @@ -197,7 +197,7 @@ must display as \"nil\".") :abstract t) (defmethod emacsql-waiting-p ((connection emacsql-protocol-mixin)) - "Return true of the end of the buffer has a properly-formatted prompt." + "Return true if the end of the buffer has a properly-formatted prompt." (with-current-buffer (emacsql-buffer connection) (and (>= (buffer-size) 2) (string= "#\n" (buffer-substring (- (point-max) 2) (point-max))))))