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." (((class color) (background light)) (:background "lightblue")) (t (:background "gray"))) - "Basic face for highlight the region." + "Basic face for highlighting the region." :group 'basic-faces)