From: Juanma Barranquero Date: Tue, 11 Nov 2008 10:51:35 +0000 (+0000) Subject: * server.el (server-process-filter): Fix typos and reflow docstring. X-Git-Tag: emacs-pretest-23.0.90~1887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=909049cbf2e014688aa5a6c61f20cc130aa9163a;p=emacs.git * server.el (server-process-filter): Fix typos and reflow docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 480847e8cce..e09ed0f8c9c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-11-11 Juanma Barranquero + + * server.el (server-process-filter): Fix typos and reflow docstring. + 2008-11-11 Martin Rudalics * mail/footnote.el (footnote-mode): Improve doc-string. diff --git a/lisp/server.el b/lisp/server.el index 2df1f9cedb3..84e03f30391 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -681,16 +681,16 @@ Server mode runs a process that accepts commands from the (defun* server-process-filter (proc string) "Process a request from the server to edit some files. PROC is the server process. STRING consists of a sequence of -commands prefixed by a dash. Some commands have arguments; these -are &-quoted and need to be decoded by `server-unquote-arg'. The -filter parses and executes these commands. +commands prefixed by a dash. Some commands have arguments; +these are &-quoted and need to be decoded by `server-unquote-arg'. +The filter parses and executes these commands. To illustrate the protocol, here is an example command that emacsclient sends to create a new X frame (note that the whole sequence is sent on a single line): - -env HOME /home/lorentey - -env DISPLAY :0.0 + -env HOME=/home/lorentey + -env DISPLAY=:0.0 ... lots of other -env commands -display :0.0 -window-system @@ -745,8 +745,8 @@ The following commands are accepted by the server: controlling tty. `-ignore COMMENT' - Do nothing, but put the comment in the server - log. Useful for debugging. + Do nothing, but put the comment in the server log. + Useful for debugging. The following commands are accepted by the client: