0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:37:51 +00:00

manual: Fix typo

This commit is contained in:
Nicolas Goaziou 2018-03-03 10:03:45 +01:00
parent 3fab011755
commit ca5206eed5

View file

@ -11052,7 +11052,7 @@ current buffer with {{{kbd(M-x org-cdlatex-mode)}}}, or for all Org
files with
#+begin_src emacs-lisp
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
#+end_src
When this mode is enabled, the following features are present (for
@ -11067,11 +11067,11 @@ more details see the documentation of CDLaTeX mode):
- {{{kbd(TAB)}}} ::
#+kindex: TAB
The {{{kbd(TAB)}}} expands the template if the cursor is inside
a LaTeX fragment[fn:113]. For example, {{{kbd(TAB)}}} expands
=fr= to =\frac{}{}= and position the cursor correctly inside the
first brace. Another {{{kbd(TAB)}}} gets you into the second
brace.
The {{{kbd(TAB)}}} key expands the template if the cursor is
inside a LaTeX fragment[fn:113]. For example, {{{kbd(TAB)}}}
expands =fr= to =\frac{}{}= and position the cursor correctly
inside the first brace. Another {{{kbd(TAB)}}} gets you into the
second brace.
Even outside fragments, {{{kbd(TAB)}}} expands environment
abbreviations at the beginning of a line. For example, if you