[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 9b89896: * lisp/progmodes/sql.el (sql-product-ali
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] emacs-25 9b89896: * lisp/progmodes/sql.el (sql-product-alist): Doc tweak |
Date: |
Sat, 14 Jan 2017 16:50:19 +0000 (UTC) |
branch: emacs-25
commit 9b89896b7ad0d3d401e06b128d3b41634e7c0597
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
`:sqli-comint-func' does not have to be a symbol.
---
lisp/progmodes/sql.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 3bbe42b..78ae37a 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',
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-25 9b89896: * lisp/progmodes/sql.el (sql-product-alist): Doc tweak,
Stefan Monnier <=