Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2018-12-27 11:22:37 +01:00
commit 2154339e4b
1 changed files with 7 additions and 7 deletions

View File

@ -18227,7 +18227,7 @@ emacs -Q --batch --eval "
** Completion ** Completion
:PROPERTIES: :PROPERTIES:
:DESCRIPTION: M-@key{TAB} guesses completions. :DESCRIPTION: @kbd{M-@key{TAB}} guesses completions.
:END: :END:
#+cindex: completion, of @TeX{} symbols #+cindex: completion, of @TeX{} symbols
#+cindex: completion, of TODO keywords #+cindex: completion, of TODO keywords
@ -19048,19 +19048,19 @@ further based on their usage needs. For example, the normal
** Context Dependent Documentation ** Context Dependent Documentation
:PROPERTIES: :PROPERTIES:
:DESCRIPTION: Jump to Documentation for Context. :DESCRIPTION: Read documentation about current syntax.
:ALT_TITLE: Documentation Access :ALT_TITLE: Documentation Access
:END: :END:
#+cindex: documentation #+cindex: documentation
#+cindex: Info #+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 {{{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. of the Org manual depending on the syntax at point. For example,
For example on a headline the info documentation about the Org using it on a headline displays "Document Structure" section.
document structure appears.
{{{kbd(q)}}} closes the info window. {{{kbd(q)}}} closes the Info window.
** Interaction with Other Packages ** Interaction with Other Packages
:PROPERTIES: :PROPERTIES: