comparison 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
comparison
equal deleted inserted replaced
734:8bd30fae1bce 735:b63242824a7a
1791 (make-face 'italic "Italic text.") 1791 (make-face 'italic "Italic text.")
1792 (make-face 'bold-italic "Bold-italic text.") 1792 (make-face 'bold-italic "Bold-italic text.")
1793 (make-face 'underline "Underlined text.") 1793 (make-face 'underline "Underlined text.")
1794 (or (face-differs-from-default-p 'underline) 1794 (or (face-differs-from-default-p 'underline)
1795 (set-face-underline-p 'underline t 'global '(default))) 1795 (set-face-underline-p 'underline t 'global '(default)))
1796 (make-face 'zmacs-region "Used on highlightes region between point and mark.") 1796 (make-face 'zmacs-region "Used on highlighted region between point and mark.")
1797 (make-face 'isearch "Used on region matched by isearch.") 1797 (make-face 'isearch "Used on region matched by isearch.")
1798 (make-face 'isearch-secondary "Face to use for highlighting all matches.") 1798 (make-face 'isearch-secondary "Face to use for highlighting all matches.")
1799 (make-face 'list-mode-item-selected 1799 (make-face 'list-mode-item-selected
1800 "Face for the selected list item in list-mode.") 1800 "Face for the selected list item in list-mode.")
1801 (make-face 'highlight "Highlight face.") 1801 (make-face 'highlight "Highlight face.")