diff lisp/faces.el @ 735:b63242824a7a

[xemacs-hg @ 2002-01-26 22:02:52 by youngs] 2002-01-24 John Paul Wallington <jpw@shootybangbang.com> * faces.el (zmacs-region): fix typo in docstring.
author youngs
date Sat, 26 Jan 2002 22:02:53 +0000
parents 5be46355cc42
children 943eaba38521
line wrap: on
line diff
--- a/lisp/faces.el	Fri Jan 25 16:46:26 2002 +0000
+++ b/lisp/faces.el	Sat Jan 26 22:02:53 2002 +0000
@@ -1793,7 +1793,7 @@
 (make-face 'underline "Underlined text.")
 (or (face-differs-from-default-p 'underline)
     (set-face-underline-p 'underline t 'global '(default)))
-(make-face 'zmacs-region "Used on highlightes region between point and mark.")
+(make-face 'zmacs-region "Used on highlighted region between point and mark.")
 (make-face 'isearch "Used on region matched by isearch.")
 (make-face 'isearch-secondary "Face to use for highlighting all matches.")
 (make-face 'list-mode-item-selected