org.texi (Key bindings and useful functions): Fix typos
* org.texi (Key bindings and useful functions): Fix typo. Use the correct function's name. Thanks to Marco Wahl for the suggested fix.
This commit is contained in:
parent
2160b3d242
commit
3fd24ed2a0
|
@ -15474,10 +15474,10 @@ are active:
|
|||
@item @kbd{C-c C-c} @tab @code{org-babel-execute-src-block}
|
||||
@kindex C-c C-o
|
||||
@item @kbd{C-c C-o} @tab @code{org-babel-open-src-block-result}
|
||||
@kindex C-up
|
||||
@item @kbd{C-@key{up}} @tab @code{org-babel-load-in-session}
|
||||
@kindex M-up
|
||||
@item @kbd{M-@key{up}} @tab @code{org-babel-load-in-session}
|
||||
@kindex M-down
|
||||
@item @kbd{M-@key{down}} @tab @code{org-babel-pop-to-session}
|
||||
@item @kbd{M-@key{down}} @tab @code{org-babel-switch-to-session}
|
||||
@end multitable
|
||||
|
||||
In an Org mode buffer, the following key bindings are active:
|
||||
|
|
Loading…
Reference in New Issue