changeset 99991:ec1ce2561f47

Mention -nw and -c. Fix the character for --help. Swap the order of -e and -n to follow the order displayed by --help.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 27 Nov 2008 16:56:33 +0000
parents 95d87a7d19c6
children a3ef480379ae
files doc/man/ChangeLog doc/man/emacsclient.1
diffstat 2 files changed, 15 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/man/ChangeLog	Thu Nov 27 16:53:19 2008 +0000
+++ b/doc/man/ChangeLog	Thu Nov 27 16:56:33 2008 +0000
@@ -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.
--- a/doc/man/emacsclient.1	Thu Nov 27 16:53:19 2008 +0000
+++ b/doc/man/emacsclient.1	Thu Nov 27 16:56:33 2008 +0000
@@ -48,14 +48,20 @@
 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 @@
 .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