From: Reiner Steib Date: Thu, 20 Oct 2005 14:05:27 +0000 (+0000) Subject: (org-level-color-stars-only): Fix typo in doc string. X-Git-Tag: emacs-pretest-22.0.90~6485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8198ba6e61d9629e25b220f1b2f900bbf5fceb7b;p=emacs.git (org-level-color-stars-only): Fix typo in doc string. --- 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)