]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-level-color-stars-only): Fix typo in doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)
lisp/ChangeLog
lisp/textmodes/org.el

index 69451ef3c5361ed282c9dfd1cf0d6329a02af349..3cf9f5167b9ae461aaeed554385438c70b8cc40d 100644 (file)
@@ -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
index 7f0d257e5f6f0174695da44d831e2f4015fe01b5..6a33fca1ecfdf807091af7feca8b74b558ca5163 100644 (file)
@@ -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)