summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2017-06-07 11:34:39 -0400
committerKaushal Modi <Kaushal.Modi@gmail.com>2017-06-07 18:37:23 -0400
commit51b743fc29412e9f61952f43adfd1b81e25470fb (patch)
treeabcfcb4c5821523932b7cdf33fa6e0926207d9fb
parent84cfa58d4adefd04ffde9708dd4d7f175ee1c381 (diff)
downloadorg-mode-51b743fc29412e9f61952f43adfd1b81e25470fb.tar.gz
Mention org-speed-command-help in Speed Keys info node
* doc/org.texi (Speed keys): Mention org-speed-command-help.
-rw-r--r--doc/org.texi21
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 11c4ac4..c50e44c 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -17018,8 +17018,6 @@ More templates can added by customizing the variable
@node Speed keys
@section Speed keys
@cindex speed keys
-@vindex org-use-speed-commands
-@vindex org-speed-commands-user
Single keystrokes can execute custom commands in an Org file when the cursor
is on a headline. Without the extra burden of a meta or modifier key, Speed
@@ -17028,14 +17026,19 @@ navigation, Speed Keys may come in handy on small mobile devices that do not
have full keyboards. Speed Keys may also work on TTY devices known for their
problems when entering Emacs keychords.
-By default, Org has Speed Keys disabled. To activate Speed Keys, configure
-the variable @code{org-use-speed-commands}. To trigger a Speed Key, the
-cursor must be at the beginning of an Org headline, before any of the stars.
+@vindex org-use-speed-commands
+By default, Org has Speed Keys disabled. To activate Speed Keys, set the
+variable @code{org-use-speed-commands} to a non-@code{nil} value. To trigger
+a Speed Key, the cursor must be at the beginning of an Org headline, before
+any of the stars.
-Org comes with a pre-defined list of Speed Keys; @kbd{?} shows currently
-active Speed Keys. To add or modify Speed Keys, customize the variable,
-@code{org-speed-commands-user}. For more details, see the variable's
-docstring.
+@vindex org-speed-commands-user
+@findex org-speed-command-help
+Org comes with a pre-defined list of Speed Keys. To add or modify Speed
+Keys, customize the variable, @code{org-speed-commands-user}. For more
+details, see the variable's docstring. With Speed Keys activated, @kbd{M-x
+org-speed-command-help}, or @kbd{?} when cursor is at the beginning of an Org
+headline, shows currently active Speed Keys, including the user-defined ones.
@node Code evaluation security