From: Eli Zaretskii Date: Fri, 9 Jan 2015 09:13:33 +0000 (+0200) Subject: Fix the description of -nl in --help text. (Bug#19542) X-Git-Tag: emacs-24.4.90~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70f298f88e84a5bfce26e3ff758157057a7948f3;p=emacs.git Fix the description of -nl in --help text. (Bug#19542) src/emacs.c (usage_message): Fix the description of the -nl switch. --- diff --git a/src/ChangeLog b/src/ChangeLog index 25f3264198d..49152c886f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2015-01-09 Eli Zaretskii + + * emacs.c (usage_message): Fix the description of the -nl switch. + (Bug#19542) + 2015-01-08 Eli Zaretskii * dispnew.c (buffer_posn_from_coords): Fix the value of the column diff --git a/src/emacs.c b/src/emacs.c index d89a6810832..0b7adbd0967 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -233,7 +233,7 @@ Initialization options:\n\ "\ --no-desktop do not load a saved desktop\n\ --no-init-file, -q load neither ~/.emacs nor default.el\n\ ---no-shared-memory, -nl do not use shared memory\n\ +--no-loadup, -nl do not load loadup.el into bare Emacs\n\ --no-site-file do not load site-start.el\n\ --no-site-lisp, -nsl do not add site-lisp directories to load-path\n\ --no-splash do not display a splash screen on startup\n\