manual.org: Fix typo

This commit is contained in:
Nicolas Goaziou 2018-01-22 21:04:58 +01:00
parent a86883fab8
commit 0aee6f76b3
1 changed files with 5 additions and 4 deletions

View File

@ -175,10 +175,11 @@ time to check the list.
#+findex: org-capture
#+findex: org-store-link
#+findex: org-iswitchb
The four Org commands ~org-store-link~, ~org-capture~, ~org-agenda~,
and ~org-iswitchb~ be accessible through global keys---i.e., anywhere
in Emacs, not just in Org buffers. Here are suggested bindings for
these keys, please modify the keys to your own liking.
For a better experience, the four Org commands ~org-store-link~,
~org-capture~, ~org-agenda~, and ~org-iswitchb~ ought to be accessible
through global keys---i.e., anywhere in Emacs, not just in Org
buffers. Here are suggested bindings for these keys, please modify
the keys to your own liking.
#+begin_src emacs-lisp
(global-set-key "\C-cl" 'org-store-link)