aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/progmodes/sql.el
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 979b743a65d..7bb4fef0c09 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -4179,7 +4179,7 @@ must tell Emacs. Here's how to do that in your init file:
4179 ;; start a comment. 4179 ;; start a comment.
4180 (string-to-syntax ".") 4180 (string-to-syntax ".")
4181 ;; Inside a comment, ignore it to avoid -*/ not 4181 ;; Inside a comment, ignore it to avoid -*/ not
4182 ;; being intepreted as a comment end. 4182 ;; being interpreted as a comment end.
4183 (forward-char -1) 4183 (forward-char -1)
4184 nil))))) 4184 nil)))))
4185 ;; Set syntax and font-face highlighting 4185 ;; Set syntax and font-face highlighting