From 99fa838fbf65ef9a592406b20d036b138cef6d4a Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 28 Feb 2008 00:57:43 +0000 Subject: [PATCH] Fixed a typo in org-n-level-faces. --- org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.el b/org.el index 0b2597630..8cf6deacd 100644 --- a/org.el +++ b/org.el @@ -4195,7 +4195,7 @@ month and 365.24 days for a year)." )) (defcustom org-n-level-faces (length org-level-faces) - "The number different faces to be used for headlines. + "The number of different faces to be used for headlines. Org-mode defines 8 different headline faces, so this can be at most 8. If it is less than 8, the level-1 face gets re-used for level N+1 etc." :type 'number