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

    Quote paren at beginning of line
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index d20151510e..64e791e5d3 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -291,7 +291,7 @@ expanded into an SQL expression (there are two defaults, 
one for
 :unary and one for :binary operators).
 
 An example for OPERATOR-PRECEDENCE-GROUPS:
-(((+ :unary (\"+\" :operand)) (- :unary (\"-\" :operand)))
+\(((+ :unary (\"+\" :operand)) (- :unary (\"-\" :operand)))
  ((+ :binary) (- :binary)))"
   `(defun ,name (operator-name operator-argument-count)
      "Look up predefined SQL operator metadata.

Reply via email to