aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 15:16:15 -0500
committerGlenn Morris2018-02-16 15:16:15 -0500
commit66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch)
tree0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a /lisp/progmodes/sql.el
parent35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff)
downloademacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz
emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/progmodes/sql.el')
-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 7bc3a5a2f7a..ae212bd8f85 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -4225,7 +4225,7 @@ the call to \\[sql-product-interactive] with
4225 (symbolp product)) product) 4225 (symbolp product)) product)
4226 (t sql-product))) ; Default to sql-product 4226 (t sql-product))) ; Default to sql-product
4227 4227
4228 ;; If we have a product and it has a interactive mode 4228 ;; If we have a product and it has an interactive mode
4229 (if product 4229 (if product
4230 (when (sql-get-product-feature product :sqli-comint-func) 4230 (when (sql-get-product-feature product :sqli-comint-func)
4231 ;; If no new name specified, try to pop to an active SQL 4231 ;; If no new name specified, try to pop to an active SQL