aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 2c758a4c9a7..14d7b6df1c3 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1108,7 +1108,9 @@ See `set-process-sentinel' for more info on sentinels. */)
1108 1108
1109DEFUN ("set-process-window-size", Fset_process_window_size, 1109DEFUN ("set-process-window-size", Fset_process_window_size,
1110 Sset_process_window_size, 3, 3, 0, 1110 Sset_process_window_size, 3, 3, 0,
1111 doc: /* Tell PROCESS that it has logical window size HEIGHT and WIDTH. */) 1111 doc: /* Tell PROCESS that it has logical window size WIDTH by HEIGHT.
1112Value is t if PROCESS was successfully told about the window size,
1113nil otherwise. */)
1112 (Lisp_Object process, Lisp_Object height, Lisp_Object width) 1114 (Lisp_Object process, Lisp_Object height, Lisp_Object width)
1113{ 1115{
1114 CHECK_PROCESS (process); 1116 CHECK_PROCESS (process);