aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 6c7476507d0..83af2d40f94 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1414,7 +1414,7 @@ created."
1414 (((class color) (background light)) 1414 (((class color) (background light))
1415 (:background "lightblue")) 1415 (:background "lightblue"))
1416 (t (:background "gray"))) 1416 (t (:background "gray")))
1417 "Basic face for highlight the region." 1417 "Basic face for highlighting the region."
1418 :group 'basic-faces) 1418 :group 'basic-faces)
1419 1419
1420 1420