# HG changeset patch # User Reiner Steib # Date 1129817127 0 # Node ID d95e3ea763eca7ccaffc59256d3922101ca571eb # Parent 6bc455208c594c0f1a9f9c324b5ca918aeb3670c (org-level-color-stars-only): Fix typo in doc string. diff -r 6bc455208c59 -r d95e3ea763ec lisp/ChangeLog --- a/lisp/ChangeLog Thu Oct 20 13:59:31 2005 +0000 +++ b/lisp/ChangeLog Thu Oct 20 14:05:27 2005 +0000 @@ -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 -r 6bc455208c59 -r d95e3ea763ec lisp/textmodes/org.el --- a/lisp/textmodes/org.el Thu Oct 20 13:59:31 2005 +0000 +++ b/lisp/textmodes/org.el Thu Oct 20 14:05:27 2005 +0000 @@ -777,7 +777,7 @@ (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)