summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-01 14:35:13 +0200
committerBastien Guerry <bzg@altern.org>2012-08-01 14:35:13 +0200
commit79ac009b581fd8fd83958531aa6be98d7c63e775 (patch)
treeb92046fb0c44519075311e24a6a1c9cefd6eba33
parent4508dc55e5b50a27e9712ba5de371ccd0619d6f9 (diff)
downloadorg-mode-79ac009b581fd8fd83958531aa6be98d7c63e775.tar.gz
Update the manual wrt comments.
* org.texi (Comment lines): Update wrt comments. * orgguide.texi (Comment lines): Update wrt comments.
-rw-r--r--doc/org.texi10
-rw-r--r--doc/orgguide.texi10
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/org.texi b/doc/org.texi
index d7d44b9..46201c8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9148,11 +9148,11 @@ a horizontal line (@samp{<hr/>} in HTML and @code{\hrule} in @LaTeX{}).
@cindex exporting, not
@cindex #+BEGIN_COMMENT
-Lines starting with @samp{#} in column zero are treated as comments and will
-never be exported. If you want an indented line to be treated as a comment,
-start it with @samp{#+ }. 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 @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.
@table @kbd
@kindex C-c ;
diff --git a/doc/orgguide.texi b/doc/orgguide.texi
index 58bfaa7..1140494 100644
--- a/doc/orgguide.texi
+++ b/doc/orgguide.texi
@@ -2160,11 +2160,11 @@ consisting of only dashes, and at least 5 of them.
@node Comment lines, , Emphasis and monospace, Structural markup elements
@subheading Comment lines
-Lines starting with @samp{#} in column zero are treated as comments and will
-never be exported. If you want an indented line to be treated as a comment,
-start it with @samp{#+ }. 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 @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.
@table @kbd
@item C-c ;