Mercurial > emacs
changeset 99489:4443a21738e1
* server.el (server-process-filter): Fix typos and reflow docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 11 Nov 2008 10:51:35 +0000 |
parents | a09b6ac7154b |
children | 3153b9e9ea3f |
files | lisp/ChangeLog lisp/server.el |
diffstat | 2 files changed, 11 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 11 09:39:29 2008 +0000 +++ b/lisp/ChangeLog Tue Nov 11 10:51:35 2008 +0000 @@ -1,3 +1,7 @@ +2008-11-11 Juanma Barranquero <lekktu@gmail.com> + + * server.el (server-process-filter): Fix typos and reflow docstring. + 2008-11-11 Martin Rudalics <rudalics@gmx.at> * mail/footnote.el (footnote-mode): Improve doc-string.
--- a/lisp/server.el Tue Nov 11 09:39:29 2008 +0000 +++ b/lisp/server.el Tue Nov 11 10:51:35 2008 +0000 @@ -681,16 +681,16 @@ (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 @@ 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: