changeset 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 8bd30fae1bce
children c84a9844ed2c
files lisp/ChangeLog lisp/faces.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <jpw@shootybangbang.com>
+
+	* faces.el (zmacs-region): fix typo in docstring.
+
 2002-01-14  Björn Torkelsson  <torkel@pdc.kth.se>
 
 	* menubar-items.el (default-menubar): Open URLs menubar entries
--- 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