1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00
emacs/doc
Eli Zaretskii ebd174e218 Improve documentation of pdumper; minor code cleanup
* src/emacs.c (usage_message): Add the --dump-file option.
(string_starts_with_p, find_argument): Functions removed; use
'argmatch' instead.
(PDUMP_FILE_ARG): Macro removed; use literal strings instead,
as with other command-line options.  Use HAVE_PDUMPER for cpp
conditionals which used PDUMP_FILE_ARG.
(load_pdump, main): Use 'argmatch' for "--dump-file" and
"--temacs" arguments, thus supporting the "-dump-file" and
"-temacs" variants, for consistency with other options.
(main): Remove the extra fatal error for using --dump-file in
unexec'ed Emacs: load_pdump does that anyway.
(standard_args): Add --dump-file and --temacs, with
appropriate priorities.

* etc/NEWS: Expand on the pdumper support.

* doc/emacs/cmdargs.texi (Initial Options): Document the
'--dump-file' command-line option.
2019-01-16 17:55:53 +02:00
..
emacs Improve documentation of pdumper; minor code cleanup 2019-01-16 17:55:53 +02:00
lispintro Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
lispref Fix accept-process-output/process-live-p confusion 2019-01-15 10:21:09 -08:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc Update from Gnulib 2018-12-31 18:20:07 -08:00