]> code.delx.au - gnu-emacs/blobdiff - src/process.c
Document automatic adjustment of process' logical window dimensions
[gnu-emacs] / src / process.c
index 2c758a4c9a7801f4bc0f51865efb47fe95b06dfd..14d7b6df1c32f730216dad4838a8d0417e62cea6 100644 (file)
@@ -1108,7 +1108,9 @@ See `set-process-sentinel' for more info on sentinels.  */)
 
 DEFUN ("set-process-window-size", Fset_process_window_size,
        Sset_process_window_size, 3, 3, 0,
-       doc: /* Tell PROCESS that it has logical window size HEIGHT and WIDTH.  */)
+       doc: /* Tell PROCESS that it has logical window size WIDTH by HEIGHT.
+Value is t if PROCESS was successfully told about the window size,
+nil otherwise.  */)
   (Lisp_Object process, Lisp_Object height, Lisp_Object width)
 {
   CHECK_PROCESS (process);