Преглед изворни кода

org.el (org-do-emphasis-faces): Fix docstring

* org.el (org-do-emphasis-faces): Fix docstring.
Bastien Guerry пре 11 година
родитељ
комит
5807bfbed2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5711,7 +5711,7 @@ This should be called after the variable `org-link-types' has changed."
 (defvar org-emph-face nil)
 
 (defun org-do-emphasis-faces (limit)
-  "Run through the buffer and add overlays to emphasized strings."
+  "Run through the buffer and emphasize strings."
   (let (rtn a)
     (while (and (not rtn) (re-search-forward org-emph-re limit t))
       (let* ((border (char-after (match-beginning 3)))