From: Juanma Barranquero Date: Thu, 8 May 2008 15:43:31 +0000 (+0000) Subject: (org-hide): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~5708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a9792e5e4b9e124b35d664397edfada3a852b84;p=emacs.git (org-hide): Fix typo in docstring. --- diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index e10bd6ce075..8764fa5e319 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el @@ -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)