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 2d0fb567943..3e66949b690 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1134,7 +1134,9 @@ See `set-process-sentinel' for more info on sentinels. */)
1134 1134
1135DEFUN ("set-process-window-size", Fset_process_window_size, 1135DEFUN ("set-process-window-size", Fset_process_window_size,
1136 Sset_process_window_size, 3, 3, 0, 1136 Sset_process_window_size, 3, 3, 0,
1137 doc: /* Tell PROCESS that it has logical window size HEIGHT and WIDTH. */) 1137 doc: /* Tell PROCESS that it has logical window size WIDTH by HEIGHT.
1138Value is t if PROCESS was successfully told about the window size,
1139nil otherwise. */)
1138 (Lisp_Object process, Lisp_Object height, Lisp_Object width) 1140 (Lisp_Object process, Lisp_Object height, Lisp_Object width)
1139{ 1141{
1140 CHECK_PROCESS (process); 1142 CHECK_PROCESS (process);