aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/loading.texi
diff options
context:
space:
mode:
authorGlenn Morris2020-05-28 07:50:26 -0700
committerGlenn Morris2020-05-28 07:50:26 -0700
commit4939beacb33ea91cd35e18fa7d43a4392d47f6f4 (patch)
tree89abaf5e14f5baece710d57e32e3575cb2be514a /doc/lispref/loading.texi
parenta134691435e107f348becb0b695a36e3e9c8fdac (diff)
parentbd7b681dc432ce77fbe3634c919fe49ca335f8e1 (diff)
downloademacs-4939beacb33ea91cd35e18fa7d43a4392d47f6f4.tar.gz
emacs-4939beacb33ea91cd35e18fa7d43a4392d47f6f4.zip
Merge from origin/emacs-27
bd7b681dc4 (origin/emacs-27) Tiny texinfo markup fixes d0dd0e0612 ; Fix more @var/@code mixups in Elisp manual 313dc0439e ; Fix another format-spec typo in the Elisp manual 9d7fd78421 Make next-error behavior a bit more flexible 0691d25295 * etc/NEWS.25: Belatedly announce upcase-dwim and downcase... df91c94ca8 Fix access to single-byte characters in buffer text
Diffstat (limited to 'doc/lispref/loading.texi')
-rw-r--r--doc/lispref/loading.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index 28942820793..6833af9c262 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -338,7 +338,7 @@ If the environment variable @env{EMACSLOADPATH} is set, it modifies
338the above initialization procedure. Emacs initializes 338the above initialization procedure. Emacs initializes
339@code{load-path} based on the value of the environment variable. 339@code{load-path} based on the value of the environment variable.
340 340
341The syntax of @env{EMACSLOADPATH} is the same as used for @code{PATH}; 341The syntax of @env{EMACSLOADPATH} is the same as used for @env{PATH};
342directories are separated by @samp{:} (or @samp{;}, on some 342directories are separated by @samp{:} (or @samp{;}, on some
343operating systems). 343operating systems).
344@ignore 344@ignore