summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-05-14 00:21:18 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-05-14 00:21:18 +0200
commitde2a8b31e4ec61de5806421d6d4eec299a78d2a5 (patch)
treeb2fc22f96747cbefdeae6d45fcfe19b6e058a9fe
parentb72d29d685b5abe747466854151977b2c632cb1c (diff)
downloadorg-mode-de2a8b31e4ec61de5806421d6d4eec299a78d2a5.tar.gz
Fix typo in code comment
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 482c4fe..e93d546 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -23260,7 +23260,7 @@ region only contains such lines."
;; Org comments syntax is quite complex. It requires the entire line
;; to be just a comment. Also, even with the right syntax at the
-;; beginning of line, some some elements (i.e. verse-block or
+;; beginning of line, some elements (e.g., verse-block or
;; example-block) don't accept comments. Usual Emacs comment commands
;; cannot cope with those requirements. Therefore, Org replaces them.