0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-30 17:03:09 +00:00

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

* org.el (org-do-emphasis-faces): Fix docstring.
This commit is contained in:
Bastien Guerry 2014-04-18 13:56:41 +02:00
parent ff706b2e9c
commit 5807bfbed2

View file

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