diff options
author | Phillip Rulon <pjr@gnu.org> | 1999-10-09 00:56:34 +0000 |
---|---|---|
committer | Phillip Rulon <pjr@gnu.org> | 1999-10-09 00:56:34 +0000 |
commit | 62f1e1cd5997194fa774063ea79af8973caf85a1 (patch) | |
tree | e2b806cc3d8e28e17bcd049a369958db87fed839 | |
parent | 7fce61e947dc1b19010bc34d6446bef318edfe92 (diff) | |
download | emacs-62f1e1cd5997194fa774063ea79af8973caf85a1.tar.gz |
(region): Doc fix.
-rw-r--r-- | lisp/faces.el | 2 |
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." (((class color) (background light)) (:background "lightblue")) (t (:background "gray"))) - "Basic face for highlight the region." + "Basic face for highlighting the region." :group 'basic-faces) |