+2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * textmodes/org.el (org-level-color-stars-only): Fix typo in doc
+ string.
+
2005-10-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
(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)