summaryrefslogtreecommitdiff
path: root/doc/lispref/internals.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-01-29 18:58:54 +0200
committerEli Zaretskii <eliz@gnu.org>2019-01-29 18:58:54 +0200
commit7a1f11deea6bd626f0008b7423ac42378a1bd2ad (patch)
treea7174c2d2ee244b9919a97fc6e973a71cb118505 /doc/lispref/internals.texi
parentb092a9afe613b3ff31071f9f01be743611501f64 (diff)
downloademacs-7a1f11deea6bd626f0008b7423ac42378a1bd2ad.tar.gz
Fix documentation of pdump file installation
* doc/lispref/internals.texi (Building Emacs): Correct the directory where the pdump file is installed. (Bug#34244)
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 06ff9f70bf9..3fbff266add 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -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