diff options
| author | Juanma Barranquero | 2008-05-08 15:43:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 15:43:31 +0000 |
| commit | 4a9792e5e4b9e124b35d664397edfada3a852b84 (patch) | |
| tree | 4d2e184a2bb9c893ce7d202e9fffc6a8becbd287 | |
| parent | 423a66f9d021238b7c27ee48c8a1cb986182c2a9 (diff) | |
| download | emacs-4a9792e5e4b9e124b35d664397edfada3a852b84.tar.gz emacs-4a9792e5e4b9e124b35d664397edfada3a852b84.zip | |
(org-hide): Fix typo in docstring.
| -rw-r--r-- | lisp/org/org-faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 41 | '((((background light)) (:foreground "white")) | 41 | '((((background light)) (:foreground "white")) |
| 42 | (((background dark)) (:foreground "black"))) | 42 | (((background dark)) (:foreground "black"))) |
| 43 | "Face used to hide leading stars in headlines. | 43 | "Face used to hide leading stars in headlines. |
| 44 | The forground color of this face should be equal to the background | 44 | The foreground color of this face should be equal to the background |
| 45 | color of the frame." | 45 | color of the frame." |
| 46 | :group 'org-faces) | 46 | :group 'org-faces) |
| 47 | 47 | ||