diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:08:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:08:19 +0000 |
commit | 6bd47b393dc9a5ed2c3167a4af9a58586197efe2 (patch) | |
tree | b0d62449f6177eebfb7fa4982669f0fdcec50293 /lisp/time.el | |
parent | e5e4c6a171b83e6478992ef35a1dee4d9a6be33a (diff) | |
download | emacs-6bd47b393dc9a5ed2c3167a4af9a58586197efe2.tar.gz |
(display-time-mail-face): Fix spellings in docstrings.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/time.el b/lisp/time.el index 180d7c44cf3..f6ddced4d38 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -127,8 +127,8 @@ This runs the normal hook `display-time-hook' after each update." (defcustom display-time-mail-face nil "Face to use for `display-time-mail-string'. If `display-time-use-mail-icon' is non-nil, the image's -background colour is the background of this face. Set this to -make the mail indicator stand out on a colour display." +background color is the background of this face. Set this to +make the mail indicator stand out on a color display." :group 'faces :group 'display-time :version "22.1" |