diff options
| author | Jari Aalto | 2010-12-29 11:42:53 +0800 |
|---|---|---|
| committer | Chong Yidong | 2010-12-29 11:42:53 +0800 |
| commit | 0bf6f91957c33fbea0024495d996f5267e45bc6c (patch) | |
| tree | 54a7b5c0023e9ca6716a73372a795ffbb30ae4aa /doc | |
| parent | cf07311b884db06d8b313c057f4832d5693ac2b5 (diff) | |
| download | emacs-0bf6f91957c33fbea0024495d996f5267e45bc6c.tar.gz emacs-0bf6f91957c33fbea0024495d996f5267e45bc6c.zip | |
* emacsclient.1: Arrange options alphabetically (Bug#7620).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacsclient.1 | 30 |
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 @@ | |||
| 1 | 2010-12-29 Jari Aalto <jari.aalto@cante.net> (tiny change) | ||
| 2 | |||
| 3 | * emacsclient.1: Arrange options alphabetically (Bug#7620). | ||
| 4 | |||
| 1 | 2010-10-10 Glenn Morris <rgm@gnu.org> | 5 | 2010-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 | |||
| 49 | The programs follow the usual GNU command line syntax, with long | 49 | The programs follow the usual GNU command line syntax, with long |
| 50 | options starting with two dashes (`-'). | 50 | options starting with two dashes (`-'). |
| 51 | .TP | 51 | .TP |
| 52 | .B \-nw, \-t, \-\-tty | 52 | .B \-a, \-\-alternate-editor=EDITOR |
| 53 | open a new Emacs frame on the current terminal | 53 | if the Emacs server is not running, run the specified editor instead. |
| 54 | This can also be specified via the `ALTERNATE_EDITOR' environment variable. | ||
| 55 | If the value of EDITOR is the empty string, then Emacs is started in | ||
| 56 | daemon mode and emacsclient will try to connect to it. | ||
| 54 | .TP | 57 | .TP |
| 55 | .B -c, \-\-create-frame | 58 | .B -c, \-\-create-frame |
| 56 | create a new frame instead of trying to use the current Emacs frame | 59 | create a new frame instead of trying to use the current Emacs frame |
| 57 | .TP | 60 | .TP |
| 61 | .B \-d, \-\-display=DISPLAY | ||
| 62 | tell the server to display the files on the given display. | ||
| 63 | .TP | ||
| 58 | .B \-e, \-\-eval | 64 | .B \-e, \-\-eval |
| 59 | do not visit files but instead evaluate the arguments as Emacs | 65 | do not visit files but instead evaluate the arguments as Emacs |
| 60 | Lisp expressions. | 66 | Lisp expressions. |
| 61 | .TP | 67 | .TP |
| 68 | .B \-f, \-\-server-file=FILENAME | ||
| 69 | use TCP configuration file FILENAME for communication. | ||
| 70 | This can also be specified via the `EMACS_SERVER_FILE' environment variable. | ||
| 71 | .TP | ||
| 62 | .B \-n, \-\-no-wait | 72 | .B \-n, \-\-no-wait |
| 63 | returns | 73 | returns |
| 64 | immediately without waiting for you to "finish" the buffer in Emacs. | 74 | immediately without waiting for you to "finish" the buffer in Emacs. |
| 65 | .TP | 75 | .TP |
| 76 | .B \-nw, \-t, \-\-tty | ||
| 77 | open a new Emacs frame on the current terminal | ||
| 78 | .TP | ||
| 66 | .B \-s, \-\-socket-name=FILENAME | 79 | .B \-s, \-\-socket-name=FILENAME |
| 67 | use socket named FILENAME for communication. | 80 | use socket named FILENAME for communication. |
| 68 | .TP | 81 | .TP |
| 69 | .B \-f, \-\-server-file=FILENAME | ||
| 70 | use TCP configuration file FILENAME for communication. | ||
| 71 | This can also be specified via the `EMACS_SERVER_FILE' environment variable. | ||
| 72 | .TP | ||
| 73 | .B \-a, \-\-alternate-editor=EDITOR | ||
| 74 | if the Emacs server is not running, run the specified editor instead. | ||
| 75 | This can also be specified via the `ALTERNATE_EDITOR' environment variable. | ||
| 76 | If the value of EDITOR is the empty string, then Emacs is started in | ||
| 77 | daemon mode and emacsclient will try to connect to it. | ||
| 78 | .TP | ||
| 79 | .B \-d, \-\-display=DISPLAY | ||
| 80 | tell the server to display the files on the given display. | ||
| 81 | .TP | ||
| 82 | .B \-V, \-\-version | 82 | .B \-V, \-\-version |
| 83 | print version information and exit | 83 | print version information and exit |
| 84 | .TP | 84 | .TP |