Sfoglia il codice sorgente

manual.org: Fix typo

Nicolas Goaziou 7 anni fa
parent
commit
0aee6f76b3
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      contrib/manual.org

+ 5 - 4
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)