summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-01-25 07:55:16 +0100
committerBastien Guerry <bzg@altern.org>2012-01-25 07:55:16 +0100
commit624b69345c02e129c27f96d442ca8e6fc83e183b (patch)
treef48c6bdbb5037df13c7f4d488bd5248bf314d25d
parent94dbe6ea893bb102852fd5a20fa47be2238e50bb (diff)
downloadorg-mode-624b69345c02e129c27f96d442ca8e6fc83e183b.tar.gz
Docfix for `org-structure-template-alist'.
* org.el (org-structure-template-alist): Fix docstring: the feature is not experimental anymore.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index d150834..42375da 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -11060,8 +11060,7 @@ of the `?` in the template.
There are two templates for each key, the first uses the original Org syntax,
the second uses Emacs Muse-like syntax tags. These Muse-like tags become
the default when the /org-mtags.el/ module has been loaded. See also the
-variable `org-mtags-prefer-muse-templates'.
-This is an experimental feature, it is undecided if it is going to stay in."
+variable `org-mtags-prefer-muse-templates'."
:group 'org-completion
:type '(repeat
(string :tag "Key")