0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 21:02:51 +00:00

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

This commit is contained in:
Bastien Guerry 2011-07-19 11:25:45 +02:00
parent 90d72bcfc0
commit ce2a33104b

View file

@ -5065,7 +5065,7 @@ The time stamps may be either active or inactive.")
(defvar org-emph-face nil)
(defun org-do-emphasis-faces (limit)
"Run through the buffer and add overlays to links."
"Run through the buffer and add overlays to emphasised strings."
(let (rtn a)
(while (and (not rtn) (re-search-forward org-emph-re limit t))
(if (not (= (char-after (match-beginning 3))