summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-07-04 03:25:26 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-07-04 03:25:26 +0000
commitb9584f65f3c8be454884b3f2584859c54d49a437 (patch)
tree43efa6775c1c971b0a225253df2feb6beeac60d1 /lisp
parent1689f3090619145c92e1276914335ddae7c54a2f (diff)
(SQL): Finish `defgroup' description with period.
(sql-copy-column): "?\ " -> "?\s".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/sql.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 9b819ceae00..1f2e7eb4863 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -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