comparison lisp/server.el @ 110826:57882cb996a9

lisp/server.el (server-process-filter): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Sep 2010 15:24:55 +0200
parents d6a9e2c31587
children bec49af30c2f 83594fbec156
comparison
equal deleted inserted replaced
110825:069bd354cdbb 110826:57882cb996a9
855 `-print STRING' 855 `-print STRING'
856 Print STRING on stdout. Used to send values 856 Print STRING on stdout. Used to send values
857 returned by -eval. 857 returned by -eval.
858 858
859 `-error DESCRIPTION' 859 `-error DESCRIPTION'
860 Signal an error (but continue processing). 860 Signal an error and delete process PROC.
861 861
862 `-suspend' 862 `-suspend'
863 Suspend this terminal, i.e., stop the client process. 863 Suspend this terminal, i.e., stop the client process.
864 Sent when the user presses C-z." 864 Sent when the user presses C-z."
865 (server-log (concat "Received " string) proc) 865 (server-log (concat "Received " string) proc)