diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2005-10-20 14:05:27 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2005-10-20 14:05:27 +0000 |
commit | 8198ba6e61d9629e25b220f1b2f900bbf5fceb7b (patch) | |
tree | 190982f6445e87edd7a00cdfeaf03e1fccba6027 /lisp | |
parent | 1ec324f3bbdea8288f6024dfd5a77bfc6e90b2da (diff) | |
download | emacs-8198ba6e61d9629e25b220f1b2f900bbf5fceb7b.tar.gz |
(org-level-color-stars-only): Fix typo in doc string.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/textmodes/org.el | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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) |