]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Jan 2017 16:50:11 +0000 (11:50 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Jan 2017 16:50:11 +0000 (11:50 -0500)
`:sqli-comint-func' does not have to be a symbol.

lisp/progmodes/sql.el

index 3bbe42bd9df7d8896668353f907d204bdd994632..78ae37a5a67ef1dd6d708e06a64b3ff5cdd4e41f 100644 (file)
@@ -551,7 +551,7 @@ may be any one of the following:
                         database and server) needed to connect to
                         the database.
 
- :sqli-comint-func      name of a function of two arguments, PRODUCT
+ :sqli-comint-func      function of two arguments, PRODUCT
                         and OPTIONS, that will open a comint buffer
                         and connect to the database.  PRODUCT is the
                         first argument to be passed to `sql-comint',