summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-22 21:04:58 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-22 21:04:58 +0100
commit0aee6f76b3f43cacb1c59057c10734b46632b90c (patch)
tree111f6894cdd8fea5e72b86afab7c62c09eec9f77
parenta86883fab885b94a508ffc4ee000de8602acb859 (diff)
downloadorg-mode-0aee6f76b3f43cacb1c59057c10734b46632b90c.tar.gz
manual.org: Fix typo
-rw-r--r--contrib/manual.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/manual.org b/contrib/manual.org
index dbfece3..9b786be 100644
--- a/contrib/manual.org
+++ b/contrib/manual.org
@@ -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)