summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2017-01-14 11:50:11 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2017-01-14 11:50:11 -0500
commit9b89896b7ad0d3d401e06b128d3b41634e7c0597 (patch)
treedcee77d47e13ff880a0fd1b795600861736ec78c
parent69b50f56ad1c684cd4690eef97ad44979b6ad3ca (diff)
downloademacs-9b89896b7ad0d3d401e06b128d3b41634e7c0597.tar.gz
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
`:sqli-comint-func' does not have to be a symbol.
-rw-r--r--lisp/progmodes/sql.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 3bbe42bd9df..78ae37a5a67 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -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',