diff options
| -rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index 47f3ce0c4d5..29a9d24c3ad 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -136,7 +136,7 @@ by the programs that invoke the emacs server.") | |||
| 136 | "Allow this Emacs process to be a server for client processes. | 136 | "Allow this Emacs process to be a server for client processes. |
| 137 | This starts a server communications subprocess through which | 137 | This starts a server communications subprocess through which |
| 138 | client \"editors\" can send your editing commands to this Emacs job. | 138 | client \"editors\" can send your editing commands to this Emacs job. |
| 139 | To use the server, set up the program `etc/emacsclient' in the | 139 | To use the server, set up the program `emacsclient' in the |
| 140 | Emacs distribution as your standard \"editor\". | 140 | Emacs distribution as your standard \"editor\". |
| 141 | 141 | ||
| 142 | Prefix arg means just kill any existing server communications subprocess." | 142 | Prefix arg means just kill any existing server communications subprocess." |