summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Schmidt <christopher@ch.ristopher.com>2013-06-20 22:09:11 +0200
committerChristopher Schmidt <christopher@ch.ristopher.com>2013-06-20 22:09:11 +0200
commit3fe512d7caafccb5f03bbc6af6ee7f5240a36316 (patch)
treeb56d90a22dd8efc94fd25db04b6023814d3e3506
parentab4023582628e152eaf688a328cee0893fc5d900 (diff)
downloadorg-mode-3fe512d7caafccb5f03bbc6af6ee7f5240a36316.tar.gz
doc/org.texi (Orgstruct mode): Fix wrong regexp.
* doc/org.texi (Orgstruct mode): Fix wrong regexp.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index bddc518..0a1ced7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2043,7 +2043,7 @@ line of an item.
You can also use Org structure editing to fold and unfold headlines in
@emph{any} file, provided you defined @code{orgstruct-heading-prefix-regexp}:
the regular expression must match the local prefix to use before Org's
-headlines. For example, if you set this variable to @code{"^;; "} in Emacs
+headlines. For example, if you set this variable to @code{";; "} in Emacs
Lisp files, you will be able to fold and unfold headlines in Emacs Lisp
commented lines. Some commands like @code{org-demote} are disabled when the
prefix is set, but folding/unfolding will work correctly.