From: Phillip Rulon Date: Sat, 9 Oct 1999 00:56:34 +0000 (+0000) Subject: (region): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~6502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62f1e1cd5997194fa774063ea79af8973caf85a1;p=emacs.git (region): Doc fix. --- 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)