From 5807bfbed2cc8ef38143c2f60b7fd92971b23106 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 18 Apr 2014 13:56:41 +0200 Subject: [PATCH] org.el (org-do-emphasis-faces): Fix docstring * org.el (org-do-emphasis-faces): Fix docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 831490169..f6a93d4d4 100644 --- a/lisp/org.el +++ b/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))) -- 2.11.4.GIT