aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/server.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-11 20:18:46 +0000
committerRichard M. Stallman1994-06-11 20:18:46 +0000
commit42bbacdff775c1fab89be64bb8bc8a6e9ab1c8e8 (patch)
tree86b67b21778c2dc82d78c51dd19a3b2d23aba466 /lisp/server.el
parent9a6e04e5b0cfe9c1acf6ce5c352dbc42f53fd5c2 (diff)
downloademacs-42bbacdff775c1fab89be64bb8bc8a6e9ab1c8e8.tar.gz
emacs-42bbacdff775c1fab89be64bb8bc8a6e9ab1c8e8.zip
(server-start): Doc fix.
Diffstat (limited to 'lisp/server.el')
-rw-r--r--lisp/server.el2
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.
137This starts a server communications subprocess through which 137This starts a server communications subprocess through which
138client \"editors\" can send your editing commands to this Emacs job. 138client \"editors\" can send your editing commands to this Emacs job.
139To use the server, set up the program `etc/emacsclient' in the 139To use the server, set up the program `emacsclient' in the
140Emacs distribution as your standard \"editor\". 140Emacs distribution as your standard \"editor\".
141 141
142Prefix arg means just kill any existing server communications subprocess." 142Prefix arg means just kill any existing server communications subprocess."