comparison lisp/time.el @ 63261:fbdbc34f3665

(display-time-mail-face): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:08:19 +0000
parents 75fa29e46766
children 6fb026ad601f a1b34dec1104
comparison
equal deleted inserted replaced
63260:9bcf1560e9f0 63261:fbdbc34f3665
125 ;; for pbm. 125 ;; for pbm.
126 126
127 (defcustom display-time-mail-face nil 127 (defcustom display-time-mail-face nil
128 "Face to use for `display-time-mail-string'. 128 "Face to use for `display-time-mail-string'.
129 If `display-time-use-mail-icon' is non-nil, the image's 129 If `display-time-use-mail-icon' is non-nil, the image's
130 background colour is the background of this face. Set this to 130 background color is the background of this face. Set this to
131 make the mail indicator stand out on a colour display." 131 make the mail indicator stand out on a color display."
132 :group 'faces 132 :group 'faces
133 :group 'display-time 133 :group 'display-time
134 :version "22.1" 134 :version "22.1"
135 :type '(choice (const :tag "None" nil) face)) 135 :type '(choice (const :tag "None" nil) face))
136 136