]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/server.el (server-process-filter): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 13:24:55 +0000 (15:24 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 13:24:55 +0000 (15:24 +0200)
lisp/ChangeLog
lisp/server.el

index 87520c2721b56f84a5107c5f8263b9297decc45c..22cc8f3a3ed67a7bc22b91a1c920df3a8be18be7 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-process-filter): Doc fix.
+
 2010-09-27  Drew Adams  <drew.adams@oracle.com>
 
        * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
index e8a0125f554a8af07c7ee90a3237233061a4440e..265b422e95731b4d28a4237f7a60956cd0784ee2 100644 (file)
@@ -857,7 +857,7 @@ The following commands are accepted by the client:
   returned by -eval.
 
 `-error DESCRIPTION'
-  Signal an error (but continue processing).
+  Signal an error and delete process PROC.
 
 `-suspend'
   Suspend this terminal, i.e., stop the client process.