summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-06-27 16:24:48 +0200
committerBastien Guerry <bzg@altern.org>2013-06-27 16:24:48 +0200
commit640339845e0e18454f43147d2e7c76e76be17c19 (patch)
tree4278168ab3b3b4eb17d918ffbac5fd56861fdbd2
parenteb7c3705568e707138be990f47bd99393d419489 (diff)
downloadorg-mode-640339845e0e18454f43147d2e7c76e76be17c19.tar.gz
org.texi (Orgstruct mode): Fix suggested setting of `orgstruct-heading-prefix-regexp'
* org.texi (Orgstruct mode): Fix suggested setting of `orgstruct-heading-prefix-regexp'. Thanks to Nathaniel Cunningham for reporting this. http://mid.gmane.org/CAAGwS84TrrmPdO9eQLc1acCvwTiPy=N5TnC1p2S-dz5jazDgjg%40mail.gmail.com
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 5c81253..8474a6a 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2041,7 +2041,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.