Mercurial > emacs
changeset 25947:5b21204674a9
(region): Doc fix.
author | Phillip Rulon <pjr@gnu.org> |
---|---|
date | Sat, 09 Oct 1999 00:56:34 +0000 |
parents | 6440bf35a837 |
children | ce46ba443d45 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sat Oct 09 00:55:19 1999 +0000 +++ b/lisp/faces.el Sat Oct 09 00:56:34 1999 +0000 @@ -1414,7 +1414,7 @@ (((class color) (background light)) (:background "lightblue")) (t (:background "gray"))) - "Basic face for highlight the region." + "Basic face for highlighting the region." :group 'basic-faces)