From: Richard M. Stallman Date: Sat, 11 Jun 1994 20:18:46 +0000 (+0000) Subject: (server-start): Doc fix. X-Git-Tag: emacs-19.34~7998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42bbacdff775c1fab89be64bb8bc8a6e9ab1c8e8;p=emacs.git (server-start): Doc fix. --- 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.") "Allow this Emacs process to be a server for client processes. This starts a server communications subprocess through which client \"editors\" can send your editing commands to this Emacs job. -To use the server, set up the program `etc/emacsclient' in the +To use the server, set up the program `emacsclient' in the Emacs distribution as your standard \"editor\". Prefix arg means just kill any existing server communications subprocess."