Mercurial > hg > xemacs-beta
comparison lisp/cus-face.el @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 41ff10fd062f |
children | 85a06df23a9a |
comparison
equal
deleted
inserted
replaced
212:d8688acf4c5b | 213:78f53ef88e17 |
---|---|
79 :help-echo "\ | 79 :help-echo "\ |
80 Control whether the text should be inverted. Works only on TTY-s") | 80 Control whether the text should be inverted. Works only on TTY-s") |
81 set-face-reverse-p face-reverse-p) | 81 set-face-reverse-p face-reverse-p) |
82 (:stipple (editable-field :format "Stipple: %v" | 82 (:stipple (editable-field :format "Stipple: %v" |
83 :help-echo "Name of background bitmap file.") | 83 :help-echo "Name of background bitmap file.") |
84 set-face-background-pixmap custom-face-stipple) | 84 set-face-stipple custom-face-stipple) |
85 (:family (editable-field :format "Font Family: %v" | 85 (:family (editable-field :format "Font Family: %v" |
86 :help-echo "\ | 86 :help-echo "\ |
87 Name of font family to use (e.g. times).") | 87 Name of font family to use (e.g. times).") |
88 custom-set-face-font-family custom-face-font-family) | 88 custom-set-face-font-family custom-face-font-family) |
89 (:size (editable-field :format "Size: %v" | 89 (:size (editable-field :format "Size: %v" |