aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/f90.el2
-rw-r--r--lisp/progmodes/sql.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 15cce1412d9..6e5dee5130a 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -635,7 +635,7 @@ Can be overridden by the value of `font-lock-maximum-decoration'.")
635 (modify-syntax-entry ?= "." table) 635 (modify-syntax-entry ?= "." table)
636 (modify-syntax-entry ?* "." table) 636 (modify-syntax-entry ?* "." table)
637 (modify-syntax-entry ?/ "." table) 637 (modify-syntax-entry ?/ "." table)
638 ;; I think that the f95 standard leaves the behaviour of \ 638 ;; I think that the f95 standard leaves the behavior of \
639 ;; unspecified, but that f2k will require it to be non-special. 639 ;; unspecified, but that f2k will require it to be non-special.
640 ;; Use `f90-backslash-not-special' to change. 640 ;; Use `f90-backslash-not-special' to change.
641 (modify-syntax-entry ?\\ "\\" table) ; escape chars 641 (modify-syntax-entry ?\\ "\\" table) ; escape chars
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index fdbb6e3e2da..55427eef71a 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -408,7 +408,7 @@ following:
408 special character treatment by font-lock and 408 special character treatment by font-lock and
409 imenu. ") 409 imenu. ")
410 410
411;; misc customization of sql.el behaviour 411;; misc customization of sql.el behavior
412 412
413(defcustom sql-electric-stuff nil 413(defcustom sql-electric-stuff nil
414 "Treat some input as electric. 414 "Treat some input as electric.