From 90cf5009cbb7379d6650f44494376b11c21a31f5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 29 Apr 2020 19:55:50 +0200 Subject: [PATCH] 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. --- doc/org-manual.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index cd4eaac6c..d834280a2 100644 --- a/doc/org-manual.org +++ b/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