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

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

[nongnu] elpa/emacsql 4a535e2cca 318/427: Fix typo in emacsql-buffer's d


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 4a535e2cca 318/427: Fix typo in emacsql-buffer's doc-string
Date: Tue, 13 Dec 2022 02:59:56 -0500 (EST)

branch: elpa/emacsql
commit 4a535e2cca21f6fa2ee2391affe9e66219254450
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typo in emacsql-buffer's doc-string
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 1919b5c963..0bdbece14f 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -120,7 +120,7 @@ nil (default type). The values are strings to be inserted 
into a
 SQL expression.")
 
 (defmethod emacsql-buffer ((connection emacsql-connection))
-  "Get proccess buffer for CONNECTION."
+  "Get process buffer for CONNECTION."
   (process-buffer (emacsql-process connection)))
 
 (defmethod emacsql-enable-debugging ((connection emacsql-connection))



reply via email to

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