summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-10-27 21:44:21 +0200
committerBastien Guerry <bzg@altern.org>2012-10-27 21:44:21 +0200
commit70e4a89a5d4d1bd353dd5fb586efa6342ec788c3 (patch)
tree14b560fd408e86d4c717f04f63876f8575d0078e
parentd81982ae9d26dd4fd84f6e8d8878ca0c1305889c (diff)
parent4aa416876b5482206a6fc790604d1a686b4ef6dd (diff)
downloadorg-mode-70e4a89a5d4d1bd353dd5fb586efa6342ec788c3.tar.gz
Merge branch 'maint'
-rw-r--r--doc/org.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 3ad98e9..b23f492 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9279,11 +9279,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 ;