Ver Fonte

org-faces.el: fix docstring typo

Aaron Ecay há 10 anos atrás
pai
commit
7b8a24194b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org-faces.el

+ 1 - 1
lisp/org-faces.el

@@ -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")