X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cbd209473b6e0bc782293fc07ca5c65c6cfcadda..db7ab02fe1ddf4ba6a5d523c4462afdb3fd11dc5:/lisp/org/ob-sql.el diff --git a/lisp/org/ob-sql.el b/lisp/org/ob-sql.el index 9274438c18..7a5c7c8a46 100644 --- a/lisp/org/ob-sql.el +++ b/lisp/org/ob-sql.el @@ -32,7 +32,7 @@ ;; ;; Also SQL evaluation generally takes place inside of a database. ;; -;; For now lets just allow a generic ':cmdline' header argument. +;; For now let's just allow a generic ':cmdline' header argument. ;; ;; TODO: ;; @@ -40,7 +40,7 @@ ;; - add more useful header arguments (user, passwd, database, etc...) ;; - support for more engines (currently only supports mysql) ;; - what's a reasonable way to drop table data into SQL? -;; +;; ;;; Code: (require 'ob)