summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-02-18 09:26:12 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-02-18 09:26:12 -0700
commitebfef5c0a580bfa28ec417dce2c0ae957753c4c2 (patch)
tree6de57a5a4589e29de54853fefc18884c3e714fd2
parent9a156196544ab15e77bee90b07df0f8c23c13be3 (diff)
parente744db1ad1396380ee056f72f52190091738dcd4 (diff)
downloadorg-mode-ebfef5c0a580bfa28ec417dce2c0ae957753c4c2.tar.gz
Merge branch 'origin-maint'
-rw-r--r--lisp/ob-sql.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 3f7882c..68bd95a 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -24,6 +24,7 @@
;;; Commentary:
;; Org-Babel support for evaluating sql source code.
+;; (see also ob-sqlite.el)
;;
;; SQL is somewhat unique in that there are many different engines for
;; the evaluation of sql (Mysql, PostgreSQL, etc...), so much of this