Mercurial > emacs
changeset 66224:d95e3ea763ec
(org-level-color-stars-only): Fix typo in doc string.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Thu, 20 Oct 2005 14:05:27 +0000 |
parents | 6bc455208c59 |
children | eb65acc95303 |
files | lisp/ChangeLog lisp/textmodes/org.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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)