summaryrefslogtreecommitdiff
path: root/lisp/textmodes/org.el
diff options
context:
space:
mode:
authorCarsten Dominik <dominik@science.uva.nl>2006-03-17 06:58:15 +0000
committerCarsten Dominik <dominik@science.uva.nl>2006-03-17 06:58:15 +0000
commit7f99ce5270134d3c1107d90f3a7556f95beca991 (patch)
tree576ac778e9ea160f2ee0cc2a8b9808f00c72b32d /lisp/textmodes/org.el
parentff0ea6bf4f76af133bdad71b85f97b16bf5fcaa0 (diff)
downloademacs-7f99ce5270134d3c1107d90f3a7556f95beca991.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/org.el')
-rw-r--r--lisp/textmodes/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 53adbea7833..c16686a169b 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -1746,7 +1746,7 @@ Changing this variable requires a restart of Emacs to take effect."
(((type tty) (class color)) (:foreground "white"))
(((class color) (background light)) (:foreground "white"))
(((class color) (background dark)) (:foreground "black"))
-; (((class color) (backgro6und light)) (:foreground "grey90"))
+; (((class color) (background light)) (:foreground "grey90"))
; (((class color) (background dark)) (:foreground "grey10"))
(t (:inverse-video nil)))
"Face used for level 1 headlines."