emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql a5a0c2f838 323/427: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql a5a0c2f838 323/427: Fix typo
Date: Tue, 13 Dec 2022 02:59:57 -0500 (EST)

branch: elpa/emacsql
commit a5a0c2f83851dee4dd19139204c02b2ee42fda0d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]