diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-23 09:19:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-07-23 09:23:20 -0700 |
commit | 8dd5b6ea56c38669bc98104ee2d6b31496624d28 (patch) | |
tree | 3c0f5d0259478f97052fd21585cb24d5d105437c /lib/fingerprint.h | |
parent | 29a7d73d195761e8309a4fe23872888758436d1e (diff) | |
download | emacs-8dd5b6ea56c38669bc98104ee2d6b31496624d28.tar.gz emacs-8dd5b6ea56c38669bc98104ee2d6b31496624d28.tar.bz2 emacs-8dd5b6ea56c38669bc98104ee2d6b31496624d28.zip |
Improve pdumper doc; say unexec is deprecated
Say that pdumping cannot redump unless -batch is used. Say that
the traditional unexec dumping method is by default not available,
and is deprecated. Don't call dump files "portable", as dump files
are not any more portable than the Emacs executables themselves.
Just call them "dump files". Similar, prefer "portable dumper"
(since the dumper code is portable) to "portable dumping" (since
the dump file is not). Be more systematic about calling them
"dump files" instead of "dumped images" or whatnot.
Diffstat (limited to 'lib/fingerprint.h')
-rw-r--r-- | lib/fingerprint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fingerprint.h b/lib/fingerprint.h index ba2e740cd9e..7d2160c9882 100644 --- a/lib/fingerprint.h +++ b/lib/fingerprint.h @@ -22,8 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* We generate fingerprint.c and fingerprint.o from all the sources in Emacs. This way, we have a unique value that we can use to pair - data files (like a portable dump image) with a specific build of - Emacs. */ + data files (like a dump file) with a specific build of Emacs. */ extern volatile unsigned char fingerprint[32]; #endif |