瀏覽代碼

manual: Replace load-path with load path

* doc/org-manual.org (Downloading Org as an archive):
(Using Org's git repository): Use "load path" when talking about the
concept, not the variable.
Nicolas Goaziou 5 年之前
父節點
當前提交
90cf5009cb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/org-manual.org

+ 3 - 3
doc/org-manual.org

@@ -116,7 +116,7 @@ page]].
 :END:
 
 You can download Org latest release from [[https://orgmode.org/][Org's website]].  In this case,
-make sure you set the load-path correctly in your Emacs init file:
+make sure you set the load path correctly in your Emacs init file:
 
 #+begin_src emacs-lisp
 (add-to-list 'load-path "~/path/to/orgdir/lisp")
@@ -124,7 +124,7 @@ make sure you set the load-path correctly in your Emacs init file:
 
 The downloaded archive contains contributed libraries that are not
 included in Emacs.  If you want to use them, add the =contrib/=
-directory to your load-path:
+directory to your load path:
 
 #+begin_src emacs-lisp
 (add-to-list 'load-path "~/path/to/orgdir/contrib/lisp" t)
@@ -151,7 +151,7 @@ Note that in this case, =make autoloads= is mandatory: it defines
 Org's version in =org-version.el= and Org's autoloads in
 =org-loaddefs.el=.
 
-Remember to add the correct load-path as described in the method
+Remember to add the correct load path as described in the method
 above.
 
 You can also compile with =make=, generate the documentation with