Fix documentation of pdump file installation

* doc/lispref/internals.texi (Building Emacs): Correct the
directory where the pdump file is installed.  (Bug#34244)
This commit is contained in:
Eli Zaretskii 2019-01-29 18:58:54 +02:00
parent b092a9afe6
commit 7a1f11deea

View file

@ -65,7 +65,7 @@ can be one of the following:
Record the preloaded Lisp data in a @dfn{portable dump} file. This
method produces an additional data file which Emacs will load at
startup. The portable dump file is usually called @file{emacs.pdmp},
and is installed in the Emacs @code{data-directory} (@pxref{Help
and is installed in the Emacs @code{exec-directory} (@pxref{Help
Functions}). This method is the most preferred one, as it does not
require Emacs to employ any special techniques of memory allocation,
which might get in the way of various memory-layout techniques used by