]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention -nw and -c. Fix the character for --help.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Nov 2008 16:56:33 +0000 (16:56 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Nov 2008 16:56:33 +0000 (16:56 +0000)
Swap the order of -e and -n to follow the order displayed by --help.

doc/man/ChangeLog
doc/man/emacsclient.1

index c82a77d997388010674e64082dcb791ec3d2954a..a26d0f40a93ee16d458ea56ffdd04f1e3d9fda19 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacsclient.1: Mention -nw and -c. Fix the character for --help.
+       Swap the order of -e and -n to follow the order displayed by --help. 
+
 2008-03-13  Glenn Morris  <rgm@gnu.org>
 
        * emacs.1: Fix Emacs version.
index 8852372dd75e00b179f658767e03f75650119e12..ce5829d8d0daeec1c9e82e39e479b6347ad30c99 100644 (file)
@@ -48,14 +48,20 @@ If you set the variable `server-window' to a window or a frame, `C-x
 The programs follow the usual GNU command line syntax, with long
 options starting with two dashes (`-').
 .TP
-.B \-n, \-\-no-wait
-returns
-immediately without waiting for you to "finish" the buffer in Emacs.
+.B \-nw, \-t, \-\-tty
+open a new Emacs frame on the current terminal
+.TP
+.B -c, \-\-create-frame
+create a new frame instead of trying to use the current Emacs frame
 .TP
 .B \-e, \-\-eval
 do not visit files but instead evaluate the arguments as Emacs
 Lisp expressions.
 .TP
+.B \-n, \-\-no-wait
+returns
+immediately without waiting for you to "finish" the buffer in Emacs.
+.TP
 .B \-s, \-\-socket-name=FILENAME
 use socket named FILENAME for communication.
 .TP
@@ -73,7 +79,7 @@ tell the server to display the files on the given display.
 .B \-V, \-\-version
 print version information and exit
 .TP
-.B \-h, \-\-help
+.B \-H, \-\-help
 print this usage information message and exit
 .SH "SEE ALSO"
 The program is documented fully in