From ce2a33104b0e724b5227445cf5d5ceb240783870 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 19 Jul 2011 11:25:45 +0200 Subject: [PATCH] org.el: (org-do-emphasis-faces): docstring fix. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index e2ded5256..fee13b782 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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))