emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/man ChangeLog emacsclient.1


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/doc/man ChangeLog emacsclient.1
Date: Thu, 27 Nov 2008 16:56:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/11/27 16:56:33

Modified files:
        doc/man        : ChangeLog emacsclient.1 

Log message:
        Mention -nw and -c. Fix the character for --help.
        Swap the order of -e and -n to follow the order displayed by --help.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/man/ChangeLog?cvsroot=emacs&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/man/emacsclient.1?cvsroot=emacs&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/man/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ChangeLog   16 May 2008 05:22:47 -0000      1.10
+++ ChangeLog   27 Nov 2008 16:56:33 -0000      1.11
@@ -1,3 +1,8 @@
+2008-11-27  Dan Nicolaescu  <address@hidden>
+
+       * 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  <address@hidden>
 
        * emacs.1: Fix Emacs version.

Index: emacsclient.1
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/man/emacsclient.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- emacsclient.1       6 Sep 2007 03:52:36 -0000       1.1
+++ emacsclient.1       27 Nov 2008 16:56:33 -0000      1.2
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]