* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
`:sqli-comint-func' does not have to be a symbol.
This commit is contained in:
parent
69b50f56ad
commit
9b89896b7a
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ may be any one of the following:
|
||||||
database and server) needed to connect to
|
database and server) needed to connect to
|
||||||
the database.
|
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 OPTIONS, that will open a comint buffer
|
||||||
and connect to the database. PRODUCT is the
|
and connect to the database. PRODUCT is the
|
||||||
first argument to be passed to `sql-comint',
|
first argument to be passed to `sql-comint',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue