Merge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka@jpl.org

This commit is contained in:
Glenn Morris 2013-04-20 12:11:25 -07:00
commit 61655fd96c
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-04-20 Petr Hracek <phracek@redhat.com> (tiny change)
* emacs.1: Add some more command-line options. (Bug#14165)
2012-12-02 Kevin Ryde <user42@zip.com.au>
* etags.1: Mention effect of --declarations in Lisp.

View file

@ -79,12 +79,22 @@ Go to the specified
and
.IR column .
.TP
.BI \-\-chdir " directory"
Change to
.IR directory .
.TP
.BR \-q ", " \-\-no\-init\-file
Do not load an init file.
.TP
.BR \-nl ", " \-\-no\-shared\-memory
Do not use shared memory.
.TP
.B \-\-no\-site\-file
Do not load the site-wide startup file.
.TP
.BR \-nsl ", " \-\-no\-site\-lisp
Do not add site-lisp directories to load-path.
.TP
.B \-\-no\-desktop
Do not load a saved desktop.
.TP
@ -325,6 +335,9 @@ in iconified state.
.BR \-nbc ", " \-\-no\-blinking\-cursor
Disable blinking cursor.
.TP
.BI \-\-parent-id " xid"
Set parent window.
.TP
.BR \-nw ", " \-\-no\-window\-system
Tell
.I Emacs