* lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)

This commit is contained in:
Eli Zaretskii 2017-01-14 10:40:01 +02:00
parent 42eae54207
commit 69b50f56ad

View file

@ -551,14 +551,17 @@ 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 which accepts no :sqli-comint-func name of a function of two arguments, PRODUCT
parameters that will use the values of and OPTIONS, that will open a comint buffer
`sql-user', `sql-password', and connect to the database. PRODUCT is the
`sql-database', `sql-server' and first argument to be passed to `sql-comint',
`sql-port' to open a comint buffer and and OPTIONS should be included in its second
connect to the database. Do product argument. The function should use the values
of `sql-user', `sql-password', `sql-database',
`sql-server' and `sql-port' to . Do product
specific configuration of comint in this specific configuration of comint in this
function. function. See `sql-comint-oracle' for an
example of such a function.
:list-all Command string or function which produces :list-all Command string or function which produces
a listing of all objects in the database. a listing of all objects in the database.