aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJari Aalto2010-12-29 11:42:53 +0800
committerChong Yidong2010-12-29 11:42:53 +0800
commit0bf6f91957c33fbea0024495d996f5267e45bc6c (patch)
tree54a7b5c0023e9ca6716a73372a795ffbb30ae4aa /doc
parentcf07311b884db06d8b313c057f4832d5693ac2b5 (diff)
downloademacs-0bf6f91957c33fbea0024495d996f5267e45bc6c.tar.gz
emacs-0bf6f91957c33fbea0024495d996f5267e45bc6c.zip
* emacsclient.1: Arrange options alphabetically (Bug#7620).
Diffstat (limited to 'doc')
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacsclient.130
2 files changed, 19 insertions, 15 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index 1e355687c00..fa1d594825c 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
12010-12-29 Jari Aalto <jari.aalto@cante.net> (tiny change)
2
3 * emacsclient.1: Arrange options alphabetically (Bug#7620).
4
12010-10-10 Glenn Morris <rgm@gnu.org> 52010-10-10 Glenn Morris <rgm@gnu.org>
2 6
3 * emacs.1: Small fixes. 7 * emacs.1: Small fixes.
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index 16bfb73e16b..6af699e036b 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -49,36 +49,36 @@ If you set the variable `server-window' to a window or a frame, `C-x
49The programs follow the usual GNU command line syntax, with long 49The programs follow the usual GNU command line syntax, with long
50options starting with two dashes (`-'). 50options starting with two dashes (`-').
51.TP 51.TP
52.B \-nw, \-t, \-\-tty 52.B \-a, \-\-alternate-editor=EDITOR
53open a new Emacs frame on the current terminal 53if the Emacs server is not running, run the specified editor instead.
54This can also be specified via the `ALTERNATE_EDITOR' environment variable.
55If the value of EDITOR is the empty string, then Emacs is started in
56daemon mode and emacsclient will try to connect to it.
54.TP 57.TP
55.B -c, \-\-create-frame 58.B -c, \-\-create-frame
56create a new frame instead of trying to use the current Emacs frame 59create a new frame instead of trying to use the current Emacs frame
57.TP 60.TP
61.B \-d, \-\-display=DISPLAY
62tell the server to display the files on the given display.
63.TP
58.B \-e, \-\-eval 64.B \-e, \-\-eval
59do not visit files but instead evaluate the arguments as Emacs 65do not visit files but instead evaluate the arguments as Emacs
60Lisp expressions. 66Lisp expressions.
61.TP 67.TP
68.B \-f, \-\-server-file=FILENAME
69use TCP configuration file FILENAME for communication.
70This can also be specified via the `EMACS_SERVER_FILE' environment variable.
71.TP
62.B \-n, \-\-no-wait 72.B \-n, \-\-no-wait
63returns 73returns
64immediately without waiting for you to "finish" the buffer in Emacs. 74immediately without waiting for you to "finish" the buffer in Emacs.
65.TP 75.TP
76.B \-nw, \-t, \-\-tty
77open a new Emacs frame on the current terminal
78.TP
66.B \-s, \-\-socket-name=FILENAME 79.B \-s, \-\-socket-name=FILENAME
67use socket named FILENAME for communication. 80use socket named FILENAME for communication.
68.TP 81.TP
69.B \-f, \-\-server-file=FILENAME
70use TCP configuration file FILENAME for communication.
71This can also be specified via the `EMACS_SERVER_FILE' environment variable.
72.TP
73.B \-a, \-\-alternate-editor=EDITOR
74if the Emacs server is not running, run the specified editor instead.
75This can also be specified via the `ALTERNATE_EDITOR' environment variable.
76If the value of EDITOR is the empty string, then Emacs is started in
77daemon mode and emacsclient will try to connect to it.
78.TP
79.B \-d, \-\-display=DISPLAY
80tell the server to display the files on the given display.
81.TP
82.B \-V, \-\-version 82.B \-V, \-\-version
83print version information and exit 83print version information and exit
84.TP 84.TP