Fix the description of -nl in --help text. (Bug#19542)

src/emacs.c (usage_message): Fix the description of the -nl switch.
This commit is contained in:
Eli Zaretskii 2015-01-09 11:13:33 +02:00
parent 7c0bfa1d08
commit 70f298f88e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-01-09 Eli Zaretskii <eliz@gnu.org>
* emacs.c (usage_message): Fix the description of the -nl switch.
(Bug#19542)
2015-01-08 Eli Zaretskii <eliz@gnu.org> 2015-01-08 Eli Zaretskii <eliz@gnu.org>
* dispnew.c (buffer_posn_from_coords): Fix the value of the column * dispnew.c (buffer_posn_from_coords): Fix the value of the column

View file

@ -233,7 +233,7 @@ Initialization options:\n\
"\ "\
--no-desktop do not load a saved desktop\n\ --no-desktop do not load a saved desktop\n\
--no-init-file, -q load neither ~/.emacs nor default.el\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-file do not load site-start.el\n\
--no-site-lisp, -nsl do not add site-lisp directories to load-path\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\ --no-splash do not display a splash screen on startup\n\