diff options
| author | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2022-08-15 02:22:59 +0300 |
| commit | ee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch) | |
| tree | e8ba1e7be54314f208454e80e3d31044c913f3eb /doc/lispref/loading.texi | |
| parent | fe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff) | |
| parent | 0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff) | |
| download | emacs-scratch/font_lock_large_files.tar.gz emacs-scratch/font_lock_large_files.zip | |
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
Diffstat (limited to 'doc/lispref/loading.texi')
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 0972a7a123c..4e4f12dc324 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -440,7 +440,7 @@ similarly-named file in a directory earlier on @code{load-path}. | |||
| 440 | For instance, suppose @code{load-path} is set to | 440 | For instance, suppose @code{load-path} is set to |
| 441 | 441 | ||
| 442 | @example | 442 | @example |
| 443 | ("/opt/emacs/site-lisp" "/usr/share/emacs/23.3/lisp") | 443 | ("/opt/emacs/site-lisp" "/usr/share/emacs/29.1/lisp") |
| 444 | @end example | 444 | @end example |
| 445 | 445 | ||
| 446 | @noindent | 446 | @noindent |