]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/server.el (server-eval-at): Improve docstring
authorRobert Pluim <rpluim@gmail.com>
Mon, 13 Mar 2023 08:25:26 +0000 (09:25 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 14 Mar 2023 08:04:14 +0000 (09:04 +0100)
lisp/server.el

index 89aedc72d521764399d73cc303388da9db0e70de..608e5df3a5b332bba59a9b2cefe21658e8deec36 100644 (file)
@@ -1941,10 +1941,10 @@ returns the process ID of the Emacs instance running \"server\".
 
 This function signals `error' if it could not contact the server.
 
-This function signals `server-return-invalid-read-syntax' if it
-couldn't read the result of evaluation printed by the server.
-This will occur whenever the result of evaluating FORM is something
-not readably printable."
+This function signals `server-return-invalid-read-syntax' if
+`read' fails on the result returned by the server.
+This will occur whenever the result of evaluating FORM is
+something that cannot be printed readably."
   (let* ((server-dir (if server-use-tcp server-auth-dir server-socket-dir))
          (server-file (expand-file-name server server-dir))
          (coding-system-for-read 'binary)