emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7a1f11d: Fix documentation of pdump file installati


From: Eli Zaretskii
Subject: [Emacs-diffs] master 7a1f11d: Fix documentation of pdump file installation
Date: Tue, 29 Jan 2019 11:59:51 -0500 (EST)

branch: master
commit 7a1f11deea6bd626f0008b7423ac42378a1bd2ad
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix documentation of pdump file installation
    
    * doc/lispref/internals.texi (Building Emacs): Correct the
    directory where the pdump file is installed.  (Bug#34244)
---
 doc/lispref/internals.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 06ff9f7..3fbff26 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]