diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r-- | lisp/progmodes/sql.el | 2 |
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: ;; start a comment. (string-to-syntax ".") ;; Inside a comment, ignore it to avoid -*/ not - ;; being intepreted as a comment end. + ;; being interpreted as a comment end. (forward-char -1) nil))))) ;; Set syntax and font-face highlighting |