From de2a8b31e4ec61de5806421d6d4eec299a78d2a5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 14 May 2017 00:21:18 +0200 Subject: [PATCH] Fix typo in code comment --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 482c4fe00..e93d5460d 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.