summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 15:34:09 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-04-12 15:35:55 +0200
commit5b695bfa106aa974affbe6c507e6d223f1b989bc (patch)
treeeb10e1f2495ebe219eecdd702f5c7027d909f580
parent52cbeec20a2bf47d0d3a89b76a597b3e2bf64679 (diff)
downloadorg-mode-5b695bfa106aa974affbe6c507e6d223f1b989bc.tar.gz
org-manual: Fix `org-insert-structure-template' documentation
-rw-r--r--doc/org-manual.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 1f428ae..4d1aaac 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18184,12 +18184,14 @@ With just a few keystrokes, it is possible to insert empty structural
blocks, such as =#+BEGIN_SRC= ... =#+END_SRC=, or to wrap existing
text in such a block.
-- {{{kbd(C-c C-,)}}} (~org-insert-structure-template~) ::
+- {{{kbd(C-c C-\,)}}} (~org-insert-structure-template~) ::
+ #+findex: org-insert-structure-template
+ #+kindex: C-c C-,
Prompt for a type of block structure, and insert the block at
point. If the region is active, it is wrapped in the block.
- First prompts the user for keys, which are used to look up a
- structure type from the variable below. If the key is
+ First prompts the user for keys, which are used to look up
+ a structure type from the variable below. If the key is
{{{kbd(TAB)}}}, {{{kbd(RET)}}}, or {{{kbd(SPC)}}}, the user is
prompted to enter a block type.
@@ -18202,7 +18204,6 @@ changing values.
#+cindex: template expansion
#+cindex: insertion, of templates
#+vindex: org-tempo-keywords-alist
-#+vindex: org-structure-template-alist
Org Tempo expands snippets to structures defined in
~org-structure-template-alist~ and ~org-tempo-keywords-alist~. For
example, {{{kbd(< s TAB)}}} creates a code block. Enable it by