summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-27 21:44:09 +0200
committerBastien Guerry <bzg@altern.org>2012-10-27 21:44:09 +0200
commit4aa416876b5482206a6fc790604d1a686b4ef6dd (patch)
tree441f6ca6d8de523406c01cc8c7ef401bd0401308
parentdda453eb7e4c7d67c22f1dd0dba3302b8db391cb (diff)
downloadorg-mode-4aa416876b5482206a6fc790604d1a686b4ef6dd.tar.gz
org.texi (Comment lines): Fix description of the comment syntax
* org.texi (Comment lines): Fix description of the comment syntax. Thanks to Rafael Laboissiere for reporting this.
-rw-r--r--doc/org.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index b98d529..2b53387 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9223,11 +9223,11 @@ a horizontal line (@samp{<hr/>} in HTML and @code{\hrule} in @LaTeX{}).
@cindex exporting, not
@cindex #+BEGIN_COMMENT
-Lines starting with zero or more whitespace characters followed by @samp{#}
-are treated as comments and will never be exported. Also entire subtrees
-starting with the word @samp{COMMENT} will never be exported. Finally,
-regions surrounded by @samp{#+BEGIN_COMMENT} ... @samp{#+END_COMMENT} will
-not be exported.
+Lines starting with zero or more whitespace characters followed by one
+@samp{#} and a whitespace are treated as comments and will never be exported.
+Also entire subtrees starting with the word @samp{COMMENT} will never be
+exported. Finally, regions surrounded by @samp{#+BEGIN_COMMENT}
+... @samp{#+END_COMMENT} will not be exported.
@table @kbd
@kindex C-c ;