diff options
| -rw-r--r-- | etc/emacsclient.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/emacsclient.1 b/etc/emacsclient.1 index bd641c9fc68..8852372dd75 100644 --- a/etc/emacsclient.1 +++ b/etc/emacsclient.1 | |||
| @@ -29,10 +29,10 @@ default editor. | |||
| 29 | 29 | ||
| 30 | For | 30 | For |
| 31 | .B emacsclient | 31 | .B emacsclient |
| 32 | to work, you need an already running Emacs with a server. Within Emacs, call | 32 | to work, you need an already running Emacs with a server. Within Emacs, |
| 33 | the function | 33 | call the functions `server-start' or `server-mode'. (Your `.emacs' file |
| 34 | `server-start'. (Your `.emacs' file can do this automatically if you | 34 | can do this automatically if you add either `(server-start)' or |
| 35 | add the expression `(server-start)' to it.) | 35 | `(server-mode 1)' to it.) |
| 36 | 36 | ||
| 37 | When you've finished editing the buffer, type `C-x #' | 37 | When you've finished editing the buffer, type `C-x #' |
| 38 | (`server-edit'). This saves the file and sends a message back to the | 38 | (`server-edit'). This saves the file and sends a message back to the |
| @@ -57,7 +57,11 @@ do not visit files but instead evaluate the arguments as Emacs | |||
| 57 | Lisp expressions. | 57 | Lisp expressions. |
| 58 | .TP | 58 | .TP |
| 59 | .B \-s, \-\-socket-name=FILENAME | 59 | .B \-s, \-\-socket-name=FILENAME |
| 60 | Use socket named FILENAME for communication. | 60 | use socket named FILENAME for communication. |
| 61 | .TP | ||
| 62 | .B \-f, \-\-server-file=FILENAME | ||
| 63 | use TCP configuration file FILENAME for communication. | ||
| 64 | This can also be specified via the `EMACS_SERVER_FILE' environment variable. | ||
| 61 | .TP | 65 | .TP |
| 62 | .B \-a, \-\-alternate-editor=EDITOR | 66 | .B \-a, \-\-alternate-editor=EDITOR |
| 63 | if the Emacs server is not running, run the specified editor instead. | 67 | if the Emacs server is not running, run the specified editor instead. |