]> git.eshelyaron.com Git - emacs.git/commitdiff
(SQL): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:25:26 +0000 (03:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:25:26 +0000 (03:25 +0000)
(sql-copy-column): "?\ " -> "?\s".

lisp/progmodes/sql.el

index 9b819ceae00b3f92c0b55b1e9d90971461f774fc..1f2e7eb4863c8a2d75a3359e73994dc132243971 100644 (file)
 ;;; Allow customization
 
 (defgroup SQL nil
-  "Running a SQL interpreter from within Emacs buffers"
+  "Running a SQL interpreter from within Emacs buffers."
   :version "20.4"
   :group 'processes)
 
@@ -2077,7 +2077,7 @@ Inserts SELECT or commas if appropriate."
          (insert ", "))
         ;; else insert a space
         (t
-         (if (eq (preceding-char) ? )
+         (if (eq (preceding-char) ?\s)
              nil
            (insert " ")))))
       ;; in any case, insert the column