summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-27 11:20:27 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-12-27 11:20:27 +0100
commitbe9bfd3ff444a2c400a1f64a88e1c4dc1e50e95b (patch)
tree79bfb907d6f0b3475ea19204a50ad743f1e1f4bb
parent71582aef6e98e8b77346c0c42f8397051feb74a0 (diff)
downloadorg-mode-be9bfd3ff444a2c400a1f64a88e1c4dc1e50e95b.tar.gz
org-manual: Small fixes
* doc/org-manual.org (Completion): Use @kbd markup in description. (Context Dependent Documentation): Improve description and wording. Add kindex entry.
-rw-r--r--doc/org-manual.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 173a052..9480b1d 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18177,7 +18177,7 @@ emacs -Q --batch --eval "
** Completion
:PROPERTIES:
-:DESCRIPTION: M-@key{TAB} guesses completions.
+:DESCRIPTION: @kbd{M-@key{TAB}} guesses completions.
:END:
#+cindex: completion, of @TeX{} symbols
#+cindex: completion, of TODO keywords
@@ -18998,19 +18998,19 @@ further based on their usage needs. For example, the normal
** Context Dependent Documentation
:PROPERTIES:
-:DESCRIPTION: Jump to Documentation for Context.
+:DESCRIPTION: Read documentation about current syntax.
:ALT_TITLE: Documentation Access
:END:
#+cindex: documentation
#+cindex: Info
-#+findex: org-info-find-node
+#+findex: org-info-find-node
+#+kindex: C-c C-x C-i
{{{kbd(C-c C-x C-i)}}} in an Org file tries to open a suitable section
-of the Org info documentation depending on the Org element at point.
-For example on a headline the info documentation about the Org
-document structure appears.
+of the Org manual depending on the syntax at point. For example,
+using it on a headline displays "Document Structure" section.
-{{{kbd(q)}}} closes the info window.
+{{{kbd(q)}}} closes the Info window.
** Interaction with Other Packages
:PROPERTIES: