From 8198ba6e61d9629e25b220f1b2f900bbf5fceb7b Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Thu, 20 Oct 2005 14:05:27 +0000 Subject: [PATCH] (org-level-color-stars-only): Fix typo in doc string. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/org.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69451ef3c53..3cf9f5167b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-10-20 Reiner Steib + + * textmodes/org.el (org-level-color-stars-only): Fix typo in doc + string. + 2005-10-20 Eli Zaretskii * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 7f0d257e5f6..6a33fca1ecf 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -777,7 +777,7 @@ as possible." (defcustom org-level-color-stars-only nil "Non-nil means fontify only the stars in each headline. When nil, the entire headline is fontified. -After changin this, requires restart of Emacs to become effective." +After changing this, requires restart of Emacs to become effective." :group 'org-structure :type 'boolean) -- 2.39.5