summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-19 11:25:45 +0200
committerBastien Guerry <bzg@altern.org>2011-07-19 11:25:45 +0200
commitce2a33104b0e724b5227445cf5d5ceb240783870 (patch)
treef601e72e17f7152cb4d79da84c25203cf5b7207c
parent90d72bcfc0e4fa0b0c60942e2bbdad193df74e50 (diff)
downloadorg-mode-ce2a33104b0e724b5227445cf5d5ceb240783870.tar.gz
org.el: (org-do-emphasis-faces): docstring fix.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e2ded52..fee13b7 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))