# HG changeset patch # User youngs # Date 1012082573 0 # Node ID b63242824a7ae456b5dd4310c22e5a2355d440ba # Parent 8bd30fae1bcecb32ff46b540d99eed5ceaf2ae3c [xemacs-hg @ 2002-01-26 22:02:52 by youngs] 2002-01-24 John Paul Wallington * faces.el (zmacs-region): fix typo in docstring. diff -r 8bd30fae1bce -r b63242824a7a lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 25 16:46:26 2002 +0000 +++ b/lisp/ChangeLog Sat Jan 26 22:02:53 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-24 John Paul Wallington + + * faces.el (zmacs-region): fix typo in docstring. + 2002-01-14 Björn Torkelsson * menubar-items.el (default-menubar): Open URLs menubar entries diff -r 8bd30fae1bce -r b63242824a7a lisp/faces.el --- 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