]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-hide): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 15:43:31 +0000 (15:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 15:43:31 +0000 (15:43 +0000)
lisp/org/org-faces.el

index e10bd6ce07592cfb79ac18d6d8654bec719047ca..8764fa5e319f636a6b081cd25f06e57c9fe1cb3d 100644 (file)
@@ -41,7 +41,7 @@
   '((((background light)) (:foreground "white"))
     (((background dark)) (:foreground "black")))
   "Face used to hide leading stars in headlines.
-The forground color of this face should be equal to the background
+The foreground color of this face should be equal to the background
 color of the frame."
   :group 'org-faces)