summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-08-12 00:51:50 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-08-12 00:51:50 +0200
commit31aa36ca19c3c51188030976d526479c6026aac2 (patch)
treef03f51e7fa731ec5c9f36b25a66b6be631643ffa
parenta270c7dd908921b57b4d6dacfd856cb8578d1b8f (diff)
downloadorg-mode-31aa36ca19c3c51188030976d526479c6026aac2.tar.gz
org-element: Fix typo in docstring
* lisp/org-element.el (org-element-text-markup-successor): Fix typo in docstring.
-rw-r--r--lisp/org-element.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org-element.el b/lisp/org-element.el
index 57e5235..1fb993f 100644
--- a/lisp/org-element.el
+++ b/lisp/org-element.el
@@ -2210,8 +2210,6 @@ CONTENTS is the contents of the object."
LIMIT bounds the search.
-LIMIT bounds the search.
-
Return value is a cons cell whose CAR is a symbol among `bold',
`italic', `underline', `strike-through', `code' and `verbatim'
and CDR is beginning position."