]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Document new features of SQL Mode.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 14:30:22 +0000 (16:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Dec 2015 14:30:22 +0000 (16:30 +0200)
etc/NEWS

index ed88b1a9fd65c6246ae432cfd085f2cfa5b1eb12..09b8c8824d109ff9ae2a899eef377f23b977d697 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -797,14 +797,18 @@ filesystem notifications.
 
 ** SQL mode
 
+---
 *** New user variable `sql-default-directory' enables remote
 connections using Tramp.
 
-*** New command `sql-send-line-and-next' sends the current line to the
-interactive buffer and advances to the next line, skipping whitespace
-and comments.
+---
+*** New command `sql-send-line-and-next'.
+This command, bound to `C-c C-n' by default, sends the current line to
+the SQL process and advances to the next line, skipping whitespace and
+comments.
 
-*** Add support for Vertica SQL.
+---
+*** Added support for Vertica SQL.
 
 ** VC and related modes