Skip to content

Commit

Permalink
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
Browse files Browse the repository at this point in the history
`:sqli-comint-func' does not have to be a symbol.
  • Loading branch information
monnier committed Jan 14, 2017
1 parent 69b50f5 commit 9b89896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/progmodes/sql.el
Expand Up @@ -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',
Expand Down

0 comments on commit 9b89896

Please sign in to comment.