1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(SQL): Finish `defgroup' description with period.

(sql-copy-column): "?\ " -> "?\s".
This commit is contained in:
Juanma Barranquero 2005-07-04 03:25:26 +00:00
parent 1689f30906
commit b9584f65f3

View File

@ -221,7 +221,7 @@
;;; 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