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/textmodes | |
parent | 1ec324f3bbdea8288f6024dfd5a77bfc6e90b2da (diff) | |
download | emacs-8198ba6e61d9629e25b220f1b2f900bbf5fceb7b.tar.gz |
(org-level-color-stars-only): Fix typo in doc string.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |