0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

org-faces.el: fix docstring typo

This commit is contained in:
Aaron Ecay 2014-08-26 21:30:06 -04:00
parent 2593b4d878
commit 7b8a24194b

View file

@ -491,7 +491,7 @@ changes."
(defface org-meta-line
(org-compatible-face 'font-lock-comment-face nil)
"Face for meta lines startin with \"#+\"."
"Face for meta lines starting with \"#+\"."
:group 'org-faces
:version "22.1")