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

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

[nongnu] elpa/emacsql 0da3f06e89 416/427: Fix docstring typo


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 0da3f06e89 416/427: Fix docstring typo
Date: Tue, 13 Dec 2022 03:00:24 -0500 (EST)

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

    Fix docstring typo
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 415f0f4436..4fef1329b6 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -15,7 +15,7 @@
 ;;; Error symbols
 
 (defmacro emacsql-deferror (symbol parents message)
-  "Defines a new error symbol  for EmacSQL."
+  "Defines a new error symbol for EmacSQL."
   (declare (indent 2))
   (let ((conditions (cl-remove-duplicates
                      (append parents (list symbol 'emacsql-error 'error)))))



reply via email to

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